mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
debug dump datagrams on send
This commit is contained in:
parent
feed11da30
commit
ab6449b623
@ -352,6 +352,10 @@ class ConnectionRepository(DirectObject.DirectObject, CConnectionRepository):
|
||||
pass
|
||||
|
||||
def send(self, datagram):
|
||||
if self.notify.getDebug():
|
||||
print "ConnectionRepository sending datagram:"
|
||||
datagram.dumpHex(ostream)
|
||||
|
||||
self.sendDatagram(datagram)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user