small fix: made logging a one liner because of multiple threads logging stuff...
This commit is contained in:
parent
70607e7149
commit
d34811f2c3
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.log.d("Error Code: " + str(jobInfo.get_errorcode()))
|
||||
self.log.d("Error Message: " + str(jobInfo.get_message()))
|
||||
self.log.d("Error Code: " + str(jobInfo.get_errorcode()) + " Message: " + str(jobInfo.get_message()))
|
||||
|
||||
self.jobInfos.append(jobInfo)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue