summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/server/process.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/server/process.py')
-rw-r--r--bitbake/lib/bb/server/process.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/server/process.py b/bitbake/lib/bb/server/process.py
index c7cb34f0cc..b27b4aefe0 100644
--- a/bitbake/lib/bb/server/process.py
+++ b/bitbake/lib/bb/server/process.py
@@ -217,6 +217,7 @@ class ProcessServer():
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 serverlog("Command Completed")
219 except Exception as e: 219 except Exception as e:
220 serverlog('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))) 221 logger.exception('Exception in server main event loop running command %s (%s)' % (command, str(e)))
221 222
222 if self.xmlrpc in ready: 223 if self.xmlrpc in ready: