communicators/ssh: change wording on retry

This commit is contained in:
Mitchell Hashimoto 2014-03-21 17:48:03 -07:00
parent d4b3f226dd
commit f7adeadf8d
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
IMPROVEMENTS:
- **New guest:** SmartOS
- core: Change wording from "error" to "warning" on SSH retry output
to convey actual meaning.
- guests/omnios: Mount NFS capability [GH-3282]
BUG FIXES:

View File

@ -83,7 +83,7 @@ module VagrantPlugins
end
if message
@machine.ui.detail("Error: #{message} Retrying...")
@machine.ui.detail("Warning: #{message} Retrying...")
end
end
end