1
0
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:
Hidden Z 2010-11-07 20:11:34 +00:00
parent 3d7433f44b
commit 29129ab2f2

View File

@ -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)