cwctl.py
branchstable
changeset 3560 7d76775f965d
parent 3486 ea6bf6f9ba0c
child 3562 cff18f0d7c73
--- a/cwctl.py	Mon Oct 05 18:45:40 2009 +0200
+++ b/cwctl.py	Mon Oct 05 19:11:48 2009 +0200
@@ -7,7 +7,7 @@
 import sys
 from os import remove, listdir, system, pathsep
 try:
-    from os import kill, getpgid
+    from os import kill, getpgi
 except ImportError:
     def kill(*args): pass
     def getpgid(): pass
@@ -414,9 +414,6 @@
 the --force option."
             raise ExecutionError(msg % (appid, pidf))
         helper.start_server(config, debug)
-        if not debug:
-            # in debug mode, we reach this point once the instance is stopped...
-            print 'instance %s %s' % (appid, self.actionverb)
 
 
 class StopInstanceCommand(InstanceCommand):