aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amatus.name>2013-11-30 11:21:27 -0600
committerDavid Barksdale <amatus@amatus.name>2013-11-30 11:21:27 -0600
commit4d5af0d79f1bd3220db247bf9171c18eadb236e9 (patch)
treea98396c86e75c78eca7191e111d486074ba33141 /src
parentc291b77330c9b5de2d64e4621ecf439d828d6f6e (diff)
Revert "- more feedback: count and show connection errors"
This reverts commit 2650fab87acf3a7ae807bd9c7e9c017da08728ae.
Diffstat (limited to 'src')
-rw-r--r--src/regex/gnunet-regex-profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c
index 335b374442..f0a05c4576 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_INFO,
+ GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
_("An operation has failed while linking\n"));
- printf ("F%u ", retry_links);
+ printf ("F");
fflush (stdout);
retry_links++;
}