lib/zold/commands/routines/reconnect.rb in zold-0.17.9 vs lib/zold/commands/routines/reconnect.rb in zold-0.17.10

- old
+ new

@@ -50,10 +50,10 @@ return if @opts['routine-immediately'] && @remotes.all.empty? cmd.run(args + ['update'] + (@opts['never-reboot'] ? [] : ['--reboot'])) cmd.run(args + ['trim']) cmd.run(args + ['select']) @log.info("Reconnected, there are #{@remotes.all.count} remote notes: \ -#{@remotes.all.map { |r| "#{r[:host]}:#{r[:port]}" }.join(', ')}") +#{@remotes.all.map { |r| "#{r[:host]}:#{r[:port]}/#{r[:score]}/#{r[:errors]}" }.join(', ')}") end end end end