gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26029 - gnunet/src/regex


From: gnunet
Subject: [GNUnet-SVN] r26029 - gnunet/src/regex
Date: Tue, 5 Feb 2013 18:50:02 +0100

Author: bartpolot
Date: 2013-02-05 18:50:02 +0100 (Tue, 05 Feb 2013)
New Revision: 26029

Modified:
   gnunet/src/regex/gnunet-regex-profiler.c
Log:
- more feedback: count and show connection errors

Modified: gnunet/src/regex/gnunet-regex-profiler.c
===================================================================
--- gnunet/src/regex/gnunet-regex-profiler.c    2013-02-05 17:49:29 UTC (rev 
26028)
+++ gnunet/src/regex/gnunet-regex-profiler.c    2013-02-05 17:50:02 UTC (rev 
26029)
@@ -1393,9 +1393,9 @@
      /* 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++;
      }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]