From 91bbb6ec8b9aaf974ae2bcddc102906db5775a22 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 1 Mar 2013 13:09:51 +0000 Subject: - less log pollution --- src/regex/gnunet-regex-profiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/regex') 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, /* Control reaches here when a peer linking operation fails */ if (NULL != event->details.operation_finished.emsg) { - GNUNET_log (GNUNET_ERROR_TYPE_INFO, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, _("An operation has failed while linking\n")); printf ("F%u/%u ", retry_links + 1, established_links + 1); printf ("\n%s\n ", event->details.operation_finished.emsg); -- cgit v1.2.3