gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33425 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r33425 - gnunet/src/transport
Date: Tue, 27 May 2014 16:10:32 +0200

Author: wachs
Date: 2014-05-27 16:10:32 +0200 (Tue, 27 May 2014)
New Revision: 33425

Modified:
   gnunet/src/transport/gnunet-service-transport_validation.c
Log:
these messages should not be logged as errors
when addresses have changed (due to plugins disabled, ip address changing) this 
behaviour is expected


Modified: gnunet/src/transport/gnunet-service-transport_validation.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_validation.c  2014-05-27 
12:12:34 UTC (rev 33424)
+++ gnunet/src/transport/gnunet-service-transport_validation.c  2014-05-27 
14:10:32 UTC (rev 33425)
@@ -1058,7 +1058,7 @@
     if (NULL == (papi = GST_plugins_find (plugin_name)))
     {
       /* we don't have the plugin for this address */
-      GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+      GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                   _("Plugin `%s' not available, cannot confirm having this 
address\n"),
                   plugin_name);
       GNUNET_free (plugin_name);
@@ -1071,7 +1071,7 @@
                                 gettext_noop
                                 ("# failed address checks during validation"), 
1,
                                 GNUNET_NO);
-      GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+      GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                   _("Address `%s' is not one of my addresses, not confirming 
PING\n"),
                   GST_plugins_a2s (&address));
       return GNUNET_SYSERR;
@@ -1082,7 +1082,7 @@
                                 gettext_noop
                                 ("# successful address checks during 
validation"), 1,
                                 GNUNET_NO);
-      GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+      GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                   "Address `%s' is one of my addresses, confirming PING\n",
                   GST_plugins_a2s (&address));
     }
@@ -1091,7 +1091,7 @@
     {
       if (GNUNET_NO == buggy)
       {
-        GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+        GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                     _("Not confirming PING from peer `%s' with address `%s' 
since I cannot confirm having this address.\n"),
                     GNUNET_i2s (sender),
                     GST_plugins_a2s (&address));




reply via email to

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