Commit cc501765 authored by Boxiang Sun's avatar Boxiang Sun

display errog msg explicit

parent 1605f896
......@@ -172,7 +172,7 @@ class SoftwareRelease(SlapDocument):
# Does not follow interface
# logger.info('Boxiang debug: url: %s', self.getURI())
# logger.info('Boxiang debug: computer_id: %s', self.getComputerId())
# logger.info('Boxiang debug: error_log: %s', repr(error_log))
logger.info('Boxiang debug: error_log: %s', repr(error_log))
self._connection_helper.POST('softwareReleaseError', data={
'url': self.getURI(),
'computer_id': self.getComputerId(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment