gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26843 - gnunet/src/peerinfo-tool


From: gnunet
Subject: [GNUnet-SVN] r26843 - gnunet/src/peerinfo-tool
Date: Thu, 11 Apr 2013 09:13:29 +0200

Author: wachs
Date: 2013-04-11 09:13:28 +0200 (Thu, 11 Apr 2013)
New Revision: 26843

Modified:
   gnunet/src/peerinfo-tool/gnunet-peerinfo.c
Log:
fix?


Modified: gnunet/src/peerinfo-tool/gnunet-peerinfo.c
===================================================================
--- gnunet/src/peerinfo-tool/gnunet-peerinfo.c  2013-04-10 17:15:06 UTC (rev 
26842)
+++ gnunet/src/peerinfo-tool/gnunet-peerinfo.c  2013-04-11 07:13:28 UTC (rev 
26843)
@@ -424,7 +424,7 @@
   if (NULL == hello)
   {
                FPRINTF (stderr,
-                        _("Failure: Did not receive HELLO\n"));
+                        _("Failure: Did not receive %s\n"), "HELLO");
     return;
   }
 
@@ -432,7 +432,7 @@
   if (0 == size)
   {
                FPRINTF (stderr,
-                        _("Failure: Received invalid HELLO\n"));
+                        _("Failure: Received invalid %s\n"), "HELLO");
       return;
   }
   if (GNUNET_SYSERR == GNUNET_DISK_fn_write (dump_hello, hello, size,




reply via email to

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