just some error logging...
This commit is contained in:
parent
8bb2af8526
commit
eb2562443f
2 changed files with 5 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ class TcpconnectService(Service):
|
|||
|
||||
if jobInfo.get_errorcode() == -1:
|
||||
jobInfo.set_execution_successful(True)
|
||||
jobInfo.set_errorcode(0)
|
||||
jobInfo.set_message("Connection successful established.")
|
||||
sock.close()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue