diff options
Diffstat (limited to 'nova/server.py')
-rw-r--r-- | nova/server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/server.py b/nova/server.py index c6b60e090..d4563bfe0 100644 --- a/nova/server.py +++ b/nova/server.py @@ -60,7 +60,7 @@ def stop(pidfile): sys.stderr.write(message % pidfile) return # not an error in a restart - # Try killing the daemon process + # Try killing the daemon process try: while 1: os.kill(pid, signal.SIGTERM) |