diff options
Diffstat (limited to 'bitbake/lib/bb/server/process.py')
| -rw-r--r-- | bitbake/lib/bb/server/process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py index efc3f04b4c..7c587a9110 100644 --- a/bitbake/lib/bb/server/process.py +++ b/bitbake/lib/bb/server/process.py | |||
| @@ -556,7 +556,7 @@ def execServer(lockfd, readypipeinfd, lockname, sockname, server_timeout, xmlrpc | |||
| 556 | 556 | ||
| 557 | server.run() | 557 | server.run() |
| 558 | finally: | 558 | finally: |
| 559 | # Flush any ,essages/errors to the logfile before exit | 559 | # Flush any messages/errors to the logfile before exit |
| 560 | sys.stdout.flush() | 560 | sys.stdout.flush() |
| 561 | sys.stderr.flush() | 561 | sys.stderr.flush() |
| 562 | 562 | ||
