Browse Source

py-i2phosts-checker: improve log message

pull/1/head
Hidden Z 14 years ago
parent
commit
29129ab2f2
  1. 2
      py-i2phosts-checker

2
py-i2phosts-checker

@ -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…
Cancel
Save