mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 09:42:01 +00:00
bitbake: server/process: Note when commands complete in logs
Its hard to tell from the server logs whether commands complete or not (or how long they take). Add extra info to allow more debugging of server timeouts. (Bitbake rev: 56285ada585ec1481449522282b335bcb5a2671e) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
707f99642a
commit
ef21d08424
@ -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)))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user