gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r26249 - gnunet/src/regex
Date: Fri, 1 Mar 2013 14:09:51 +0100

Author: bartpolot
Date: 2013-03-01 14:09:51 +0100 (Fri, 01 Mar 2013)
New Revision: 26249

Modified:
   gnunet/src/regex/gnunet-regex-profiler.c
Log:
- less log pollution

Modified: gnunet/src/regex/gnunet-regex-profiler.c
===================================================================
--- gnunet/src/regex/gnunet-regex-profiler.c    2013-03-01 13:00:31 UTC (rev 
26248)
+++ gnunet/src/regex/gnunet-regex-profiler.c    2013-03-01 13:09:51 UTC (rev 
26249)
@@ -1618,7 +1618,7 @@
      /* 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);




reply via email to

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