diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-02-05 17:50:02 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-02-05 17:50:02 +0000 |
commit | 2650fab87acf3a7ae807bd9c7e9c017da08728ae (patch) | |
tree | 57e9ada58ba5d14ad943cd97ab6d948c86ad250d | |
parent | 9b84349666a6bfa0a92ef8f9601849113856875a (diff) |
- more feedback: count and show connection errors
git-svn-id: https://gnunet.org/svn/gnunet@26029 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/regex/gnunet-regex-profiler.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/gnunet-regex-profiler.c b/src/regex/gnunet-regex-profiler.c index f0a05c4576..335b374442 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++; } |