plugins/guests/windows/cap/reboot.rb in vagrant-unbundled-2.2.3.0 vs plugins/guests/windows/cap/reboot.rb in vagrant-unbundled-2.2.4.0

- old
+ new

@@ -19,9 +19,11 @@ comm.execute(reboot_script, shell: :powershell) else @logger.debug("A reboot is already in progress") end + machine.ui.info(I18n.t("vagrant.guests.capabilities.rebooting")) + @logger.debug("Waiting for machine to finish rebooting") wait_remaining = MAX_REBOOT_RETRY_DURATION begin wait_for_reboot(machine)