Module: tools Branch: master Commit: 00180486a070bd95e3715db9de974752f2f7cb1b URL: https://source.winehq.org/git/tools.git/?a=commit;h=00180486a070bd95e3715db9...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Dec 2 13:51:29 2019 +0100
testbotwinerunreconfig: Fix formatting of a trace.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/WineRunReconfig.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/bin/WineRunReconfig.pl b/testbot/bin/WineRunReconfig.pl index df8b7df..5c63913 100755 --- a/testbot/bin/WineRunReconfig.pl +++ b/testbot/bin/WineRunReconfig.pl @@ -503,7 +503,7 @@ if ($NewStatus eq "completed") my $ErrMessage = $TA->GetLastError(); FatalError("Could not connect to the new ". $VM->Name ." TestAgent: $ErrMessage\n"); } - Debug(Elapsed($Start), "Upgraded testagentd to $Version\n"); + Debug(Elapsed($Start), " Upgraded testagentd to $Version\n"); } }