mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-08 22:07:55 +00:00
py-i2phosts-checker: improve log message
This commit is contained in:
parent
3d7433f44b
commit
29129ab2f2
@ -71,7 +71,7 @@ S = samclasses.BaseSession(sam_addr)
|
||||
all_hosts = i2phost.objects.all()
|
||||
log.info('starting check')
|
||||
for host in all_hosts:
|
||||
log.debug('testing %s', host.name)
|
||||
log.debug('%s: testing...', host.name)
|
||||
# get b32 address from full dest key
|
||||
dest = host.b64hash
|
||||
b32dest = get_b32(dest)
|
||||
|
Loading…
Reference in New Issue
Block a user