gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4069 - GNUnet/src/applications/dht/tools


From: grothoff
Subject: [GNUnet-SVN] r4069 - GNUnet/src/applications/dht/tools
Date: Tue, 26 Dec 2006 22:59:07 -0800 (PST)

Author: grothoff
Date: 2006-12-26 22:59:05 -0800 (Tue, 26 Dec 2006)
New Revision: 4069

Modified:
   GNUnet/src/applications/dht/tools/dht-query.c
Log:
fix

Modified: GNUnet/src/applications/dht/tools/dht-query.c
===================================================================
--- GNUnet/src/applications/dht/tools/dht-query.c       2006-12-27 06:54:46 UTC 
(rev 4068)
+++ GNUnet/src/applications/dht/tools/dht-query.c       2006-12-27 06:59:05 UTC 
(rev 4069)
@@ -96,7 +96,7 @@
                    &printCallback,
                    (void*) key);
   if (ret == 0)
-    printf("%s(%s) operation returned no results.\n",
+    printf(_("%s(%s) operation returned no results.\n"),
           "get",
           key);
 }
@@ -115,7 +115,7 @@
   memcpy(&dc[1], value, strlen(value));
   GE_LOG(ectx,
         GE_DEBUG | GE_REQUEST | GE_USER,
-        "Issuing '%s(%s,%s)' command.\n",
+        _("Issuing '%s(%s,%s)' command.\n"),
         "put",
         key,
         value);





reply via email to

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