communicators/ssh: change wording on retry
This commit is contained in:
parent
d4b3f226dd
commit
f7adeadf8d
|
@ -3,6 +3,8 @@
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
- **New guest:** SmartOS
|
- **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]
|
- guests/omnios: Mount NFS capability [GH-3282]
|
||||||
|
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
|
|
@ -83,7 +83,7 @@ module VagrantPlugins
|
||||||
end
|
end
|
||||||
|
|
||||||
if message
|
if message
|
||||||
@machine.ui.detail("Error: #{message} Retrying...")
|
@machine.ui.detail("Warning: #{message} Retrying...")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue