gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3095 - gnunet-gtk/src/plugins/stats


From: grothoff
Subject: [GNUnet-SVN] r3095 - gnunet-gtk/src/plugins/stats
Date: Tue, 4 Jul 2006 14:59:10 -0700 (PDT)

Author: grothoff
Date: 2006-07-04 14:59:06 -0700 (Tue, 04 Jul 2006)
New Revision: 3095

Modified:
   gnunet-gtk/src/plugins/stats/functions.c
Log:
fix

Modified: gnunet-gtk/src/plugins/stats/functions.c
===================================================================
--- gnunet-gtk/src/plugins/stats/functions.c    2006-07-04 18:42:24 UTC (rev 
3094)
+++ gnunet-gtk/src/plugins/stats/functions.c    2006-07-04 21:59:06 UTC (rev 
3095)
@@ -150,7 +150,7 @@
   if (OK != getStatValue(&total,       
                         &ltotal,
                         &dtime,
-                        "# bytes decrypted"))
+                        "# bytes received"))
     return SYSERR;
   if (OK != getStatValue(&noise,
                         &lnoise,
@@ -240,7 +240,7 @@
   if (OK != getStatValue(&total,       
                         &ltotal,
                         &dtime,
-                         "# bytes encrypted"))
+                         "# bytes transmitted"))
     return SYSERR;
   if (OK != getStatValue(&noise,
                         &lnoise,





reply via email to

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