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(): try: serverlog("Running command %s" % command) self.command_channel_reply.send(self.cooker.command.runCommand(command)) + serverlog("Command Completed") except Exception as e: logger.exception('Exception in server main event loop running command %s (%s)' % (command, str(e)))