mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-02-02 01:44:40 +00:00
py-i2phosts-checker: change words order in debug message
This commit is contained in:
parent
ce5ccb5ed8
commit
22ef66ac48
@ -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…
x
Reference in New Issue
Block a user