Wrong 4th argument in call to self.job.record().

Signed-off-by: Jongki Suwandi <jsuwa...@google.com>

--- autotest/server/autotest.py 2010-08-26 16:27:37.000000000 -0700
+++ autotest/server/autotest.py 2011-01-27 15:53:02.000000000 -0800
@@ -999,7 +999,7 @@
         """Injects a WARN message into the current status logging stream."""
         timestamp = int(time.time())
         if self.job.warning_manager.is_valid(timestamp, warning_type):
-            self.job.record('WARN', None, None, {}, msg)
+            self.job.record('WARN', None, None, msg)
 
 
     def write(self, data):
_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to