synced_folders/rsync: change wording on no paths watching

This commit is contained in:
Mitchell Hashimoto 2014-04-11 14:56:35 -07:00
parent 75bc1c74b6
commit e972bbf32a
2 changed files with 3 additions and 2 deletions

View File

@ -72,7 +72,6 @@ module VagrantPlugins
# Exit immediately if there is nothing to watch
if paths.empty?
@logger.warn("No paths to listen for so exiting")
@env.ui.info(I18n.t("vagrant.rsync_auto_no_paths"))
return 1
end

View File

@ -159,7 +159,9 @@ en:
rsync_auto_initial: |-
Doing an initial rsync...
rsync_auto_no_paths: |-
No paths to watch
There are no paths to watch! This is either because you have no
synced folders using rsync, or any rsync synced folders you have
have specified `rsync_auto` to be false.
rsync_auto_path: |-
Watching: %{path}
rsync_communicator_not_ready: |-