]> sjero.net Git - wget/blobdiff - src/convert.c
[svn] Include ETA information in dot progress.
[wget] / src / convert.c
index 2cb2157769ec6a36abdc279bb5d83273b50a6e11..8afef4c557e54dfaeab8905b1f111809575499c2 100644 (file)
@@ -168,8 +168,8 @@ convert_all_links (void)
 
   secs = ptimer_measure (timer) / 1000;
   ptimer_destroy (timer);
-  logprintf (LOG_VERBOSE, _("Converted %d files in %.*f seconds.\n"),
-            file_count, secs < 10 ? 3 : 1, secs);
+  logprintf (LOG_VERBOSE, _("Converted %d files in %s seconds.\n"),
+            file_count, print_decimal (secs));
 }
 
 static void write_backup_file (const char *, downloaded_file_t);