[PATCH] testbot/Janitor: Remove a spurious leading 0 in a log message.

Francois Gouget fgouget at codeweavers.com
Tue Feb 27 18:40:30 CST 2018


The leading 0 is a convention only used to communicate with the Engine.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/Janitor.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/Janitor.pl b/testbot/bin/Janitor.pl
index 382408d15..d8a9650f1 100755
--- a/testbot/bin/Janitor.pl
+++ b/testbot/bin/Janitor.pl
@@ -258,7 +258,7 @@ if (opendir(my $dh, "$DataDir/staging"))
 }
 else
 {
-  LogMsg "0Unable to open '$DataDir/staging': $!";
+  LogMsg "Unable to open '$DataDir/staging': $!";
 }
 
 # Delete obsolete record groups
-- 
2.16.1



More information about the wine-devel mailing list