[PATCH] testbot/web: Document why WineTestBot::Log is used.

Francois Gouget fgouget at codeweavers.com
Fri Nov 8 03:53:10 CST 2019


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/web/Activity.pl | 2 +-
 testbot/web/Stats.pl    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/web/Activity.pl b/testbot/web/Activity.pl
index fe056aa48..d616a7c1d 100644
--- a/testbot/web/Activity.pl
+++ b/testbot/web/Activity.pl
@@ -29,7 +29,7 @@ use URI::Escape;
 
 use WineTestBot::Config;
 use WineTestBot::Activity;
-use WineTestBot::Log;
+use WineTestBot::Log; # For Elapsed()
 use WineTestBot::Utils;
 use WineTestBot::VMs;
 
diff --git a/testbot/web/Stats.pl b/testbot/web/Stats.pl
index 43f14948b..f45389145 100644
--- a/testbot/web/Stats.pl
+++ b/testbot/web/Stats.pl
@@ -28,7 +28,7 @@ use ObjectModel::BasicPropertyDescriptor;
 use ObjectModel::Collection;
 use WineTestBot::Config;
 use WineTestBot::Activity;
-use WineTestBot::Log;
+use WineTestBot::Log; # For Elapsed()
 use WineTestBot::Utils;
 use WineTestBot::VMs;
 
-- 
2.20.1




More information about the wine-devel mailing list