gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6774 - GNUnet/src/applications/stats


From: gnunet
Subject: [GNUnet-SVN] r6774 - GNUnet/src/applications/stats
Date: Sat, 3 May 2008 17:57:17 -0600 (MDT)

Author: grothoff
Date: 2008-05-03 17:57:17 -0600 (Sat, 03 May 2008)
New Revision: 6774

Modified:
   GNUnet/src/applications/stats/statistics.c
Log:
nocformat

Modified: GNUnet/src/applications/stats/statistics.c
===================================================================
--- GNUnet/src/applications/stats/statistics.c  2008-05-02 18:46:07 UTC (rev 
6773)
+++ GNUnet/src/applications/stats/statistics.c  2008-05-03 23:57:17 UTC (rev 
6774)
@@ -225,11 +225,11 @@
 initializeStats ()
 {
   stat_handle_network_load_up
-    = statHandle (gettext_noop ("% of allowed network load (up)"));
+    = statHandle (gettext_noop (/* xgettext:no-c-format */"% of allowed 
network load (up)"));
   stat_handle_network_load_down
-    = statHandle (gettext_noop ("% of allowed network load (down)"));
-  stat_handle_cpu_load = statHandle (gettext_noop ("% of allowed cpu load"));
-  stat_handle_io_load = statHandle (gettext_noop ("% of allowed io load"));
+    = statHandle (gettext_noop (/* xgettext:no-c-format */"% of allowed 
network load (down)"));
+  stat_handle_cpu_load = statHandle (gettext_noop (/* xgettext:no-c-format 
*/"% of allowed cpu load"));
+  stat_handle_io_load = statHandle (gettext_noop (/* xgettext:no-c-format */"% 
of allowed io load"));
   stat_connected = statHandle (gettext_noop ("# of connected peers"));
   stat_bytes_noise_received
     = statHandle (gettext_noop ("# bytes of noise received"));





reply via email to

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