From dadadea7a9c480302cc4b8db25e71ed4bf75bf6b Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Mon, 30 Mar 2009 22:42:11 -0400 Subject: [PATCH] remove spurious 'print' --- buildbot/test/test_limitlogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/test/test_limitlogs.py b/buildbot/test/test_limitlogs.py index 9fd5bea..f1376d5 100644 --- a/buildbot/test/test_limitlogs.py +++ b/buildbot/test/test_limitlogs.py @@ -91,4 +91,4 @@ class MasterLogs(unittest.TestCase): return d def _master_stopped(self, res): - print "master stopped" + log.msg("master stopped") -- 2.11.4.GIT