branch | stable |
changeset 6778 | 7dd4835d5198 |
parent 6675 | 12ee2fe13fa7 |
child 6845 | 027c93dfba0a |
--- a/cwctl.py Thu Dec 23 15:49:29 2010 +0100 +++ b/cwctl.py Wed Jan 05 15:32:37 2011 +0100 @@ -494,7 +494,8 @@ msg = "%s seems to be running. Remove %s by hand if necessary or use \ the --force option." raise ExecutionError(msg % (appid, pidf)) - helper.start_server(config) + if helper.start_server(config) == 1: + print 'instance %s started' % appid def init_cmdline_log_threshold(config, loglevel):