synced_folders/rsync: change wording on no paths watching
This commit is contained in:
parent
75bc1c74b6
commit
e972bbf32a
|
@ -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
|
||||
|
|
|
@ -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: |-
|
||||
|
|
Loading…
Reference in New Issue