[PATCH] testbotWineRunReconfig: Fix formatting of a trace.

Francois Gouget fgouget at codeweavers.com
Mon Dec 2 06:51:29 CST 2019


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 5c7b46bb9..985d9312e 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");
   }
 }
 
-- 
2.20.1



More information about the wine-devel mailing list