summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/daemonize.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/daemonize.py')
-rw-r--r--bitbake/lib/bb/daemonize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/daemonize.py b/bitbake/lib/bb/daemonize.py
index 40fabd0c0a..4957bfd4b8 100644
--- a/bitbake/lib/bb/daemonize.py
+++ b/bitbake/lib/bb/daemonize.py
@@ -82,7 +82,7 @@ def createDaemon(function, logfile):
82 sys.stdout = so 82 sys.stdout = so
83 83
84 # Have stdout and stderr be the same so log output matches chronologically 84 # Have stdout and stderr be the same so log output matches chronologically
85 # and there aren't two seperate buffers 85 # and there aren't two separate buffers
86 sys.stderr = sys.stdout 86 sys.stderr = sys.stdout
87 87
88 try: 88 try: