mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-24 05:25:03 +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()
|
all_hosts = i2phost.objects.all()
|
||||||
log.info('starting check')
|
log.info('starting check')
|
||||||
for host in all_hosts:
|
for host in all_hosts:
|
||||||
log.debug('testing %s', host.name)
|
log.debug('%s: testing...', host.name)
|
||||||
# get b32 address from full dest key
|
# get b32 address from full dest key
|
||||||
dest = host.b64hash
|
dest = host.b64hash
|
||||||
b32dest = get_b32(dest)
|
b32dest = get_b32(dest)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user