Skip to content
Snippets Groups Projects
Commit 2ff5f533 authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

Bug 1517: Removed print statement when daemonizing; this is non-standard behaviour

parent e45c7b2d
Branches
Tags
No related merge requests found
......@@ -151,8 +151,7 @@ def daemonize(logfile):
# 5. change the working directory
os.chdir("/")
print "closing stdout; from this moment on, any errors will be sent to the syslog."
# 6. closing stdout; from this moment on, any errors will be sent to the syslog.
# 6a. flush stdout and stderr
sys.stdout.flush()
sys.stderr.flush()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment