]> git.cworth.org Git - sup/blobdiff - bin/sup-sync
labels now fully determined by sources.yaml, and lots of improvements to sup-config
[sup] / bin / sup-sync
index c7e826b601483923c1975a0f1d0eb97f759bb2c7..6c28a761442947dda2150a284beaf5102f03b1b7 100644 (file)
@@ -176,7 +176,7 @@ begin
         elapsed = last_info_time - start_time
         pctdone = source.respond_to?(:pct_done) ? source.pct_done : 100.0 * (source.cur_offset.to_f - source.start_offset).to_f / (source.end_offset - source.start_offset).to_f
         remaining = (100.0 - pctdone) * (elapsed.to_f / pctdone)
-        $stderr.puts "## #{num_added + num_updated} (#{pctdone}% done) read; #{elapsed.to_time_s} elapsed; est. #{remaining.to_time_s} remaining (for this source)"
+        $stderr.puts "## #{num_added + num_updated} (#{pctdone}%) read; #{elapsed.to_time_s} elapsed; #{remaining.to_time_s} remaining"
       end
 
       if index_state.nil?