1
0
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:
Hidden Z 2010-10-29 20:54:51 +00:00
parent 59254857ad
commit 0833ff0adc

View File

@ -51,6 +51,7 @@ log = get_logger(log_level=log_level)
all_hosts = i2phost.objects.all() all_hosts = i2phost.objects.all()
S = samclasses.BaseSession('127.0.0.1:7656') S = samclasses.BaseSession('127.0.0.1:7656')
log.info('starting check')
for host in all_hosts: for host in all_hosts:
log.debug('testing %s', host.name) log.debug('testing %s', host.name)
# get b32 address from full dest key # get b32 address from full dest key