Browse Source

py-i2phosts-checker: change words order in debug message

pull/1/head
Hidden Z 11 years ago
parent
commit
22ef66ac48
  1. 2
      bin/py-i2phosts-checker

2
bin/py-i2phosts-checker

@ -94,7 +94,7 @@ for host in all_hosts: @@ -94,7 +94,7 @@ for host in all_hosts:
s.send('lookup %s\n' % b32dest)
data = f.readline().rstrip('\n')
if data == 'ERROR Address Not found.':
log.debug('unable to resolve: %s', host.name)
log.debug('%s: unable to resolve', host.name)
continue
elif data == 'OK ' + host.b64hash:
log.info('alive host: %s', host.name)

Loading…
Cancel
Save