1
0
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:
Hidden Z 2013-09-26 16:46:52 +00:00
parent ce5ccb5ed8
commit 22ef66ac48

View File

@ -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)