just some error logging...

This commit is contained in:
Johannes Findeisen 2013-08-15 00:47:40 +02:00
commit eb2562443f
2 changed files with 5 additions and 0 deletions

View file

@ -51,6 +51,9 @@ class Job:
self.handle_threshold(self.service.get_threshold(), jobInfo.was_execution_successful())
self.log.d("Error Code: " + str(jobInfo.get_errorcode()))
self.log.d("Error Message: " + str(jobInfo.get_message()))
self.jobInfos.append(jobInfo)
except Exception, e: