lib/drbman/host_machine.rb in royw-drbman-0.0.5 vs lib/drbman/host_machine.rb in royw-drbman-0.0.6

- old
+ new

@@ -109,9 +109,10 @@ @logger.debug { "#{name}: #{sent}/#{total}" } end @ssh.loop rescue Exception => e # only raise the exception if the files differ + @logger.debug { e } raise e unless same_files?(local_src, remote_dest) end end end