gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r21534 - gnunet/src/hostlist
Date: Wed, 16 May 2012 17:39:08 +0200

Author: wachs
Date: 2012-05-16 17:39:07 +0200 (Wed, 16 May 2012)
New Revision: 21534

Modified:
   gnunet/src/hostlist/hostlist-client.c
Log:
- error msg


Modified: gnunet/src/hostlist/hostlist-client.c
===================================================================
--- gnunet/src/hostlist/hostlist-client.c       2012-05-16 15:38:06 UTC (rev 
21533)
+++ gnunet/src/hostlist/hostlist-client.c       2012-05-16 15:39:07 UTC (rev 
21534)
@@ -833,8 +833,8 @@
           if ((msg->data.result != CURLE_OK) &&
               (msg->data.result != CURLE_GOT_NOTHING))
             GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-                        _("%s failed for `%s' at %s:%d: `%s'\n"),
-                        "curl_multi_perform", current_url, __FILE__, __LINE__,
+                        _("Download of hostlist from `%s' failed: `%s'\n"),
+                        current_url,
                         curl_easy_strerror (msg->data.result));
           else
           {




reply via email to

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