aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-03-01 13:09:51 +0000
committerBart Polot <bart@net.in.tum.de>2013-03-01 13:09:51 +0000
commit91bbb6ec8b9aaf974ae2bcddc102906db5775a22 (patch)
tree9e1e1c52bc645b290fcc3524a79c471e5350f44a
parent77f6f80ba425fec14e4e607a52fde9b4abbd7ea3 (diff)
downloadgnunet-91bbb6ec8b9aaf974ae2bcddc102906db5775a22.tar.gz
gnunet-91bbb6ec8b9aaf974ae2bcddc102906db5775a22.zip
- less log pollution
-rw-r--r--src/regex/gnunet-regex-profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index 230778338..41e454bbf 100644
--- a/src/regex/gnunet-regex-profiler.c
+++ b/src/regex/gnunet-regex-profiler.c
@@ -1618,7 +1618,7 @@ controller_event_cb (void *cls,
1618 /* Control reaches here when a peer linking operation fails */ 1618 /* Control reaches here when a peer linking operation fails */
1619 if (NULL != event->details.operation_finished.emsg) 1619 if (NULL != event->details.operation_finished.emsg)
1620 { 1620 {
1621 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 1621 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1622 _("An operation has failed while linking\n")); 1622 _("An operation has failed while linking\n"));
1623 printf ("F%u/%u ", retry_links + 1, established_links + 1); 1623 printf ("F%u/%u ", retry_links + 1, established_links + 1);
1624 printf ("\n%s\n ", event->details.operation_finished.emsg); 1624 printf ("\n%s\n ", event->details.operation_finished.emsg);