lib/zold/commands/remote.rb in zold-0.13.26 vs lib/zold/commands/remote.rb in zold-0.13.27

- old
+ new

@@ -191,10 +191,10 @@ if opts['reboot'] @log.info("#{r}: their version #{json['version']} is higher than mine #{VERSION}, reboot! \ (use --never-reboot to avoid this from happening)") terminate end - @log.info("#{r}: their version #{json['version']} is higher than mine #{VERSION}, \ + @log.debug("#{r}: their version #{json['version']} is higher than mine #{VERSION}, \ it's recommended to reboot, but I don't do it because of --never-reboot") end if deep json['all'].each do |s| add(s['host'], s['port'], opts) unless @remotes.exists?(s['host'], s['port'])