Logging fix
This commit is contained in:
parent
30ab5006be
commit
a6d257e8c5
|
@ -899,10 +899,10 @@ class singleWorker(threading.Thread, StoppableThread):
|
||||||
payload += encodeVarint(streamNumber)
|
payload += encodeVarint(streamNumber)
|
||||||
if addressVersionNumber <= 3:
|
if addressVersionNumber <= 3:
|
||||||
payload += ripe
|
payload += ripe
|
||||||
logger.info('making request for pubkey with ripe:', ripe.encode('hex'))
|
logger.info('making request for pubkey with ripe: %s', ripe.encode('hex'))
|
||||||
else:
|
else:
|
||||||
payload += tag
|
payload += tag
|
||||||
logger.info('making request for v4 pubkey with tag:', tag.encode('hex'))
|
logger.info('making request for v4 pubkey with tag: %s', tag.encode('hex'))
|
||||||
|
|
||||||
# print 'trial value', trialValue
|
# print 'trial value', trialValue
|
||||||
statusbar = 'Doing the computations necessary to request the recipient\'s public key.'
|
statusbar = 'Doing the computations necessary to request the recipient\'s public key.'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user