Francois Gouget : testbot/web: Fix the Submit page RescheduleJobs() error reporting.

Alexandre Julliard julliard at winehq.org
Fri May 16 12:11:35 CDT 2014


Module: tools
Branch: master
Commit: 1ff23b8408a30138a2d979ff5befb7c20d36fa09
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=1ff23b8408a30138a2d979ff5befb7c20d36fa09

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri May 16 11:07:06 2014 +0200

testbot/web: Fix the Submit page RescheduleJobs() error reporting.

---

 testbot/web/Submit.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/web/Submit.pl b/testbot/web/Submit.pl
index d381150..d50a3d9 100644
--- a/testbot/web/Submit.pl
+++ b/testbot/web/Submit.pl
@@ -922,7 +922,7 @@ sub OnSubmit
   my $ErrMessage = RescheduleJobs();
   if (defined $ErrMessage)
   {
-    LogMsg "$ErrMessage\n";
+    $self->{ErrMessage} = $ErrMessage;
     $self->{Page} = 4;
     $self->{JobKey} = $JobKey;
     return !1;




More information about the wine-cvs mailing list