From: Bart Polot Date: Mon, 6 May 2013 15:09:47 +0000 (+0000) Subject: - more verbose debug X-Git-Tag: initial-import-from-subversion-38251~9130 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e2bb863887e78b5847fd86ef5a399a5d13d856d3;p=oweals%2Fgnunet.git - more verbose debug --- diff --git a/src/regex/regex_dht.c b/src/regex/regex_dht.c index f1225e5ae..0d16ac0a2 100644 --- a/src/regex/regex_dht.c +++ b/src/regex/regex_dht.c @@ -208,7 +208,7 @@ void GNUNET_REGEX_reannounce (struct GNUNET_REGEX_announce_handle *h) { GNUNET_assert (NULL != h->dfa); /* make sure to call announce first */ - LOG (GNUNET_ERROR_TYPE_INFO, "GNUNET_REGEX_reannounce: %.40s\n", h->regex); + LOG (GNUNET_ERROR_TYPE_INFO, "GNUNET_REGEX_reannounce: %.60s\n", h->regex); GNUNET_REGEX_iterate_all_edges (h->dfa, ®ex_iterator, h); }