gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26414 - gnunet/src/arm


From: gnunet
Subject: [GNUnet-SVN] r26414 - gnunet/src/arm
Date: Thu, 14 Mar 2013 07:52:46 +0100

Author: LRN
Date: 2013-03-14 07:52:46 +0100 (Thu, 14 Mar 2013)
New Revision: 26414

Modified:
   gnunet/src/arm/gnunet-arm.c
Log:
Correct %s in some cases

Modified: gnunet/src/arm/gnunet-arm.c
===================================================================
--- gnunet/src/arm/gnunet-arm.c 2013-03-14 06:49:29 UTC (rev 26413)
+++ gnunet/src/arm/gnunet-arm.c 2013-03-14 06:52:46 UTC (rev 26414)
@@ -304,7 +304,7 @@
   if (GNUNET_ARM_REQUEST_SENT_OK != rs)
   {
     char *msg;
-    GNUNET_asprintf (&msg, "%s", _("Failed to send a stop request to the ARM 
service: %%s\n"));
+    GNUNET_asprintf (&msg, "%s", _("Failed to send a stop request to the ARM 
service: %s\n"));
     FPRINTF (stdout, msg, req_string (rs));
     GNUNET_free (msg);
     GNUNET_SCHEDULER_shutdown ();
@@ -326,7 +326,7 @@
   else
   {
     char *msg;
-    GNUNET_asprintf (&msg, "%s", _("Failed to stop the ARM service: %%s\n"));
+    GNUNET_asprintf (&msg, "%s", _("Failed to stop the ARM service: %s\n"));
     FPRINTF (stdout, msg, ret_string (result));
     GNUNET_free (msg);
     GNUNET_SCHEDULER_shutdown ();
@@ -341,7 +341,7 @@
   if (GNUNET_ARM_REQUEST_SENT_OK != rs)
   {
     char *msg;
-    GNUNET_asprintf (&msg, "%s", _("Failed to start the ARM service: %%s\n"));
+    GNUNET_asprintf (&msg, "%s", _("Failed to start the ARM service: %s\n"));
     FPRINTF (stdout, msg, req_string (rs));
     GNUNET_free (msg);
     GNUNET_SCHEDULER_shutdown ();
@@ -356,7 +356,7 @@
   else
   {
     char *msg;
-    GNUNET_asprintf (&msg, "%s", _("Failed to start the ARM service: %%s\n"));
+    GNUNET_asprintf (&msg, "%s", _("Failed to start the ARM service: %s\n"));
     FPRINTF (stdout, msg, ret_string (result));
     GNUNET_free (msg);
     GNUNET_SCHEDULER_shutdown ();
@@ -404,7 +404,7 @@
   if (GNUNET_ARM_REQUEST_SENT_OK != rs)
   {
     char *msg;
-    GNUNET_asprintf (&msg, "%s", _("Failed to request a list of services: 
%%s\n"));
+    GNUNET_asprintf (&msg, "%s", _("Failed to request a list of services: 
%s\n"));
     FPRINTF (stdout, msg, req_string (rs));
     GNUNET_free (msg);
     GNUNET_SCHEDULER_shutdown ();




reply via email to

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