Signed-off-by: Francois Gouget fgouget@codeweavers.com --- testbot/bin/SetWinLocale | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/bin/SetWinLocale b/testbot/bin/SetWinLocale index f806498c4c..73b09eb6fa 100755 --- a/testbot/bin/SetWinLocale +++ b/testbot/bin/SetWinLocale @@ -823,8 +823,8 @@ if ($OptUTF8)
if ($OptReboot) { - Debug(Elapsed($Start), " Rebooting Windows\n"); $Cmd = ["shutdown.exe", "/r", "/t", "0"]; + Debug(Elapsed($Start), " Rebooting: ", join(" ", @$Cmd), "\n"); $TA->Run($Cmd, 0); # Note that we cannot wait for this command since it reboots Windows