lib/backup/syncer/rsync/pull.rb in backup-3.0.27 vs lib/backup/syncer/rsync/pull.rb in backup-3.1.0

- old
+ new

@@ -10,10 +10,10 @@ # debug options: -vhP def perform! write_password_file! @directories.each do |directory| - Logger.message("#{ syncer_name } started syncing '#{ directory }'.") + Logger.info("#{ syncer_name } started syncing '#{ directory }'.") run("#{ utility(:rsync) } #{ options } " + "'#{ username }@#{ ip }:#{ directory.sub(/^\~\//, '') }' " + "'#{ dest_path }'") end