Browse Source

py-i2phosts-checker: add log message

pull/1/head
Hidden Z 14 years ago
parent
commit
0833ff0adc
  1. 1
      py-i2phosts-checker

1
py-i2phosts-checker

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

Loading…
Cancel
Save