[Checkins] SVN: Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/startup.py report if service actually started

Godefroid Chapelle gotcha at bubblenet.be
Wed Apr 21 13:13:11 EDT 2010


Log message for revision 111209:
  report if service actually started

Changed:
  U   Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/startup.py

-=-
Modified: Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/startup.py
===================================================================
--- Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/startup.py	2010-04-21 16:29:45 UTC (rev 111208)
+++ Sandbox/gotcha/z3c.taskqueue/src/z3c/taskqueue/startup.py	2010-04-21 17:13:11 UTC (rev 111209)
@@ -139,7 +139,7 @@
 def startService(service):
     if not service.isProcessing():
         service.startProcessing()
-        return True
+        return service.isProcessing()
     else:
         return False
 



More information about the checkins mailing list