mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -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
|
pass
|
||||||
|
|
||||||
def send(self, datagram):
|
def send(self, datagram):
|
||||||
|
if self.notify.getDebug():
|
||||||
|
print "ConnectionRepository sending datagram:"
|
||||||
|
datagram.dumpHex(ostream)
|
||||||
|
|
||||||
self.sendDatagram(datagram)
|
self.sendDatagram(datagram)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user