communicators/ssh: change wording on retry
This commit is contained in:
parent
d4b3f226dd
commit
f7adeadf8d
|
@ -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:
|
||||
|
|
|
@ -83,7 +83,7 @@ module VagrantPlugins
|
|||
end
|
||||
|
||||
if message
|
||||
@machine.ui.detail("Error: #{message} Retrying...")
|
||||
@machine.ui.detail("Warning: #{message} Retrying...")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue