summaryrefslogtreecommitdiff
path: root/src/net/netcomputer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/netcomputer.cpp')
-rw-r--r--src/net/netcomputer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/netcomputer.cpp b/src/net/netcomputer.cpp
index d35779da..47d7ea1a 100644
--- a/src/net/netcomputer.cpp
+++ b/src/net/netcomputer.cpp
@@ -64,7 +64,7 @@ void
NetComputer::send(const MessageOut &msg, bool reliable,
unsigned int channel)
{
- LOG_DEBUG("Sending packet of length " << msg.getLength() << " to " << *this);
+ LOG_DEBUG("Sending message " << msg << " to " << *this);
ENetPacket *packet;
packet = enet_packet_create(msg.getData(),