From 72c8d29cc95f21cb5ff295a9d9debc0a7c36ca12 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 5 Feb 2013 17:50:02 +0000 Subject: [PATCH] - more feedback: count and show connection errors --- src/regex/gnunet-regex-profiler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c index f0a05c457..335b37444 100644 --- a/src/regex/gnunet-regex-profiler.c +++ b/src/regex/gnunet-regex-profiler.c @@ -1393,9 +1393,9 @@ 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_WARNING, + GNUNET_log (GNUNET_ERROR_TYPE_INFO, _("An operation has failed while linking\n")); - printf ("F"); + printf ("F%u ", retry_links); fflush (stdout); retry_links++; } -- 2.25.1