better msg recipienzts printing in multipEp.py

sync_removal
Edouard Tisserant 2017-06-20 21:36:02 +02:00
parent 5bb0bcd4ff
commit 29735d3c93
1 changed files with 2 additions and 2 deletions

View File

@ -192,8 +192,8 @@ def printheader(blah=None):
"-" * (39 - len(blah) + int(len(blah)/2)))
def printmsg(msg):
printi("from :", msg.from_)
printi("to :", msg.to)
printi("from :", repr(msg.from_))
printi("to :", repr(msg.to))
printi("recv :", msg.recv)
printi("sent :", msg.sent)
printi("short :", msg.shortmsg)