Fix typo in message.
This commit is contained in:
parent
f9a15486e3
commit
a27c12514a
1 changed files with 1 additions and 1 deletions
2
fireball
2
fireball
|
@ -114,7 +114,7 @@ def daemonize_self(module, password, port, minutes):
|
|||
if pid > 0:
|
||||
log("exiting pid %s" % pid)
|
||||
# exit first parent
|
||||
module.exit_json(msg="daemonzed fireball on port %s for %s minutes" % (port, minutes))
|
||||
module.exit_json(msg="daemonized fireball on port %s for %s minutes" % (port, minutes))
|
||||
except OSError, e:
|
||||
log("fork #1 failed: %d (%s)" % (e.errno, e.strerror))
|
||||
sys.exit(1)
|
||||
|
|
Loading…
Reference in a new issue