Francois Gouget : testbotwinerunreconfig: Fix formatting of a trace.

Alexandre Julliard julliard at winehq.org
Mon Dec 2 13:24:48 CST 2019


Module: tools
Branch: master
Commit: 00180486a070bd95e3715db9de974752f2f7cb1b
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=00180486a070bd95e3715db9de974752f2f7cb1b

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Dec  2 13:51:29 2019 +0100

testbotwinerunreconfig: Fix formatting of a trace.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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");
   }
 }
 




More information about the wine-cvs mailing list