small fix: made logging a one liner because of multiple threads logging stuff...
This commit is contained in:
parent
eb2562443f
commit
b069bd5bc7
1 changed files with 1 additions and 2 deletions
|
|
@ -51,8 +51,7 @@ class Job:
|
||||||
|
|
||||||
self.handle_threshold(self.service.get_threshold(), jobInfo.was_execution_successful())
|
self.handle_threshold(self.service.get_threshold(), jobInfo.was_execution_successful())
|
||||||
|
|
||||||
self.log.d("Error Code: " + str(jobInfo.get_errorcode()))
|
self.log.d("Error Code: " + str(jobInfo.get_errorcode()) + " Message: " + str(jobInfo.get_message()))
|
||||||
self.log.d("Error Message: " + str(jobInfo.get_message()))
|
|
||||||
|
|
||||||
self.jobInfos.append(jobInfo)
|
self.jobInfos.append(jobInfo)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue