gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26110 - gnunet/src/hostlist


From: gnunet
Subject: [GNUnet-SVN] r26110 - gnunet/src/hostlist
Date: Thu, 14 Feb 2013 16:01:01 +0100

Author: wachs
Date: 2013-02-14 16:01:01 +0100 (Thu, 14 Feb 2013)
New Revision: 26110

Modified:
   gnunet/src/hostlist/hostlist-client.c
Log:
change to WARNING 


Modified: gnunet/src/hostlist/hostlist-client.c
===================================================================
--- gnunet/src/hostlist/hostlist-client.c       2013-02-14 14:56:01 UTC (rev 
26109)
+++ gnunet/src/hostlist/hostlist-client.c       2013-02-14 15:01:01 UTC (rev 
26110)
@@ -829,7 +829,7 @@
         case CURLMSG_DONE:
           if ((msg->data.result != CURLE_OK) &&
               (msg->data.result != CURLE_GOT_NOTHING))
-            GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+            GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
                         _("Download of hostlist from `%s' failed: `%s'\n"),
                         current_url,
                         curl_easy_strerror (msg->data.result));




reply via email to

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