From e972bbf32a4a8ece29f0c6f56cb39570a4f073cc Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 11 Apr 2014 14:56:35 -0700 Subject: [PATCH] synced_folders/rsync: change wording on no paths watching --- plugins/synced_folders/rsync/command/rsync_auto.rb | 1 - templates/locales/en.yml | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/synced_folders/rsync/command/rsync_auto.rb b/plugins/synced_folders/rsync/command/rsync_auto.rb index e495ce41e..93bf6ef6d 100644 --- a/plugins/synced_folders/rsync/command/rsync_auto.rb +++ b/plugins/synced_folders/rsync/command/rsync_auto.rb @@ -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 diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 4ac077889..dae427750 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -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: |-