just some error logging...
This commit is contained in:
parent
8bb2af8526
commit
eb2562443f
2 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue