- more verbose debug
authorBart Polot <bart@net.in.tum.de>
Mon, 6 May 2013 15:09:47 +0000 (15:09 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 6 May 2013 15:09:47 +0000 (15:09 +0000)
src/regex/regex_dht.c

index f1225e5ae4a3350974be335e4d5dc19c01ff7f6b..0d16ac0a22d01da405a136733fa4247fc1ac296b 100644 (file)
@@ -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, &regex_iterator, h);
 }