diff options
-rw-r--r-- | bitbake/lib/bb/server/process.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py index 21f95cb61e..c7cb34f0cc 100644 --- a/bitbake/lib/bb/server/process.py +++ b/bitbake/lib/bb/server/process.py | |||
@@ -215,6 +215,7 @@ class ProcessServer(): | |||
215 | try: | 215 | try: |
216 | serverlog("Running command %s" % command) | 216 | serverlog("Running command %s" % command) |
217 | self.command_channel_reply.send(self.cooker.command.runCommand(command)) | 217 | self.command_channel_reply.send(self.cooker.command.runCommand(command)) |
218 | serverlog("Command Completed") | ||
218 | except Exception as e: | 219 | except Exception as e: |
219 | logger.exception('Exception in server main event loop running command %s (%s)' % (command, str(e))) | 220 | logger.exception('Exception in server main event loop running command %s (%s)' % (command, str(e))) |
220 | 221 | ||