mirror of
https://github.com/vale981/jobmanager
synced 2025-03-04 17:31:39 -05:00
save
This commit is contained in:
parent
991cd3b4cc
commit
1469e9940a
1 changed files with 1 additions and 0 deletions
|
@ -1529,6 +1529,7 @@ class JobManager_Server(object):
|
|||
raise ConnectionError("test conntect to JobManager_Manager failed")
|
||||
|
||||
log.info("JobManager_Manager started on %s:%s (%s)", self.hostname, self.port, authkey)
|
||||
print("JobManager started on {}:{} ({})".format(self.hostname, self.port, authkey))
|
||||
|
||||
def _stop_manager(self):
|
||||
if self.manager == None:
|
||||
|
|
Loading…
Add table
Reference in a new issue