lib/zold/commands/fetch.rb in zold-0.29.25 vs lib/zold/commands/fetch.rb in zold-0.29.26
- old
+ new
@@ -138,10 +138,10 @@
end
end
@log.info("#{done.value} copies of #{id} fetched in #{Age.new(start)} with the total score of \
#{total.value} from #{nodes.value} nodes (#{masters.value} master nodes)")
list = cps.all.map do |c|
- " ##{c[:name]}: #{c[:score]} #{Wallet.new(c[:path]).mnemo} \
+ " ##{c[:name]}: #{c[:score]} #{c[:total]}n #{Wallet.new(c[:path]).mnemo} \
#{Size.new(File.size(c[:path]))}/#{Age.new(File.mtime(c[:path]))}#{c[:master] ? ' master' : ''}"
end
@log.debug("#{cps.all.count} local copies of #{id}:\n#{list.join("\n")}")
end