gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2908 - GNUnet/src/applications/fs/tools


From: grothoff
Subject: [GNUnet-SVN] r2908 - GNUnet/src/applications/fs/tools
Date: Fri, 26 May 2006 13:20:28 -0700 (PDT)

Author: grothoff
Date: 2006-05-26 13:20:26 -0700 (Fri, 26 May 2006)
New Revision: 2908

Modified:
   GNUnet/src/applications/fs/tools/gnunet-download.c
   GNUnet/src/applications/fs/tools/gnunet-insert.c
   GNUnet/src/applications/fs/tools/gnunet-unindex.c
Log:
units

Modified: GNUnet/src/applications/fs/tools/gnunet-download.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-download.c  2006-05-26 19:41:26 UTC 
(rev 2907)
+++ GNUnet/src/applications/fs/tools/gnunet-download.c  2006-05-26 20:20:26 UTC 
(rev 2908)
@@ -157,7 +157,7 @@
   case FSUI_download_progress:
     if (YES == verbose) {
       PRINTF(_("Download of file `%s' at "
-              "%16llu out of %16llu bytes (%8.3f kbps)\n"),
+              "%16llu out of %16llu bytes (%8.3f KiB/s)\n"),
             event->data.DownloadProgress.filename,
             event->data.DownloadProgress.completed,
             event->data.DownloadProgress.total,
@@ -189,7 +189,7 @@
     if ( (event->data.DownloadProgress.completed ==
          event->data.DownloadProgress.total) ) {
       PRINTF(_("Download of file `%s' complete.  "
-              "Speed was %8.3f kilobyte per second.\n"),
+              "Speed was %8.3f kibibyte per second.\n"),
             event->data.DownloadProgress.filename,
             (event->data.DownloadProgress.completed/1024.0) /
             (((double)(cronTime(NULL)-(event->data.DownloadProgress.start_time 
- 1)))

Modified: GNUnet/src/applications/fs/tools/gnunet-insert.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-insert.c    2006-05-26 19:41:26 UTC 
(rev 2907)
+++ GNUnet/src/applications/fs/tools/gnunet-insert.c    2006-05-26 20:20:26 UTC 
(rev 2908)
@@ -148,7 +148,7 @@
        delta = event->data.UploadComplete.eta
          - event->data.UploadComplete.start_time;
        PRINTF(_("Upload of `%s' complete, "
-                "%llu bytes took %llu seconds (%8.3f kbps).\n"),
+                "%llu bytes took %llu seconds (%8.3f KiB/s).\n"),
               event->data.UploadComplete.filename,
               event->data.UploadComplete.total,
               delta / cronSECONDS,
@@ -162,7 +162,7 @@
        cronTime(&now);
        delta = now - event->data.UploadComplete.start_time;
        PRINTF(_("Upload of `%s' complete, "
-                "current average speed is %8.3f kbps.\n"),
+                "current average speed is %8.3f KiB/s.\n"),
               event->data.UploadComplete.filename,
               (delta == 0)
               ? (double) (-1.0)

Modified: GNUnet/src/applications/fs/tools/gnunet-unindex.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-unindex.c   2006-05-26 19:41:26 UTC 
(rev 2907)
+++ GNUnet/src/applications/fs/tools/gnunet-unindex.c   2006-05-26 20:20:26 UTC 
(rev 2908)
@@ -58,7 +58,7 @@
     if (*verboselevel == YES) {
       delta = cronTime(NULL) - event->data.UnindexComplete.start_time;
       PRINTF(
-      _("\nUnindexing of `%s' complete, %llu bytes took %llu seconds (%8.3f 
kbps).\n"),
+      _("\nUnindexing of `%s' complete, %llu bytes took %llu seconds (%8.3f 
KiB/s).\n"),
       event->data.UnindexComplete.filename,
       event->data.UnindexComplete.total,
       delta / cronSECONDS,





reply via email to

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