mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-09 14:28:03 +00:00
py-i2phosts-checker: add log message
This commit is contained in:
parent
59254857ad
commit
0833ff0adc
@ -51,6 +51,7 @@ log = get_logger(log_level=log_level)
|
||||
all_hosts = i2phost.objects.all()
|
||||
|
||||
S = samclasses.BaseSession('127.0.0.1:7656')
|
||||
log.info('starting check')
|
||||
for host in all_hosts:
|
||||
log.debug('testing %s', host.name)
|
||||
# get b32 address from full dest key
|
||||
|
Loading…
Reference in New Issue
Block a user