From: Cameron Dale Date: Sat, 10 May 2008 01:33:24 +0000 (-0700) Subject: Fix a typo bug in the Krpc error messages. X-Git-Url: https://git.mxchange.org/?p=quix0rs-apt-p2p.git;a=commitdiff_plain;h=94fd5fb122fd8a68d026b84f1acc0f2dee860e36 Fix a typo bug in the Krpc error messages. --- diff --git a/apt_p2p_Khashmir/krpc.py b/apt_p2p_Khashmir/krpc.py index 7560470..c3dcfb6 100644 --- a/apt_p2p_Khashmir/krpc.py +++ b/apt_p2p_Khashmir/krpc.py @@ -429,7 +429,7 @@ class KRPC: else: # no tid, this transaction was finished already... log.msg('received an error %r from %r for completed request: %r' % - (msg[ERR], msg[RSP]['id'], msg[TID])) + (msg[ERR], addr, msg[TID])) else: # Received an unknown message type if self.config.get('SPEW', False):