gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33467 - gnunet/src/hello


From: gnunet
Subject: [GNUnet-SVN] r33467 - gnunet/src/hello
Date: Mon, 2 Jun 2014 14:18:18 +0200

Author: wachs
Date: 2014-06-02 14:18:18 +0200 (Mon, 02 Jun 2014)
New Revision: 33467

Modified:
   gnunet/src/hello/hello.c
Log:
this is not an issue: no break and just print info


Modified: gnunet/src/hello/hello.c
===================================================================
--- gnunet/src/hello/hello.c    2014-06-02 11:28:28 UTC (rev 33466)
+++ gnunet/src/hello/hello.c    2014-06-02 12:18:18 UTC (rev 33467)
@@ -986,11 +986,10 @@
      * Skip this part, advance to the next one and recurse.
      * But only if this is not the end of string.
      */
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                _("Plugin `%s' not found\n"),
+    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                _("Plugin `%s' not found, skipping address\n"),
                 plugin_name);
     GNUNET_free (plugin_name);
-    GNUNET_break (0);
     return 0;
   }
   if (NULL == papi->string_to_address)




reply via email to

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