Module: tools Branch: master Commit: bd3f7b9c117bb0d1e7cf74f5f77ffcfd9098ac59 URL: http://source.winehq.org/git/tools.git/?a=commit;h=bd3f7b9c117bb0d1e7cf74f5f...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Oct 24 12:15:17 2012 +0200
testbot: Always prefix log messages with the name of the current tool.
Simplify the log messages accordingly and standardize them a bit.
---
testbot/bin/CheckForWinetestUpdate.pl | 15 ++++---- testbot/bin/Engine.pl | 62 ++++++++++++++++---------------- testbot/bin/Janitor.pl | 16 ++++---- testbot/bin/RevertVM.pl | 8 ++-- testbot/bin/WinePatchesWebGet.pl | 7 ++-- testbot/bin/WineRunBuild.pl | 6 ++-- testbot/bin/WineRunReconfig.pl | 6 ++-- testbot/bin/WineRunTask.pl | 10 +++--- testbot/bin/WineSendLog.pl | 10 +++--- testbot/lib/WineTestBot/Log.pm | 9 +++-- 10 files changed, 75 insertions(+), 74 deletions(-)
Diff: http://source.winehq.org/git/tools.git/?a=commitdiff;h=bd3f7b9c117bb0d1e7cf7...