mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Use internal logging variable
This commit is contained in:
parent
45481e9f13
commit
443331af56
@ -198,6 +198,6 @@ class SSDPDiscoveryServer(SSDPBase):
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
finally:
|
||||
log.info("Shutdown server")
|
||||
self.log.info('Removing SSDP publisher')
|
||||
transport.close()
|
||||
loop.close()
|
||||
|
Loading…
Reference in New Issue
Block a user