summaryrefslogtreecommitdiff
path: root/src/net/connection.cpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-11-16 11:39:39 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-11-16 11:39:39 +0000
commitd3c7728804e762338669e6e9bd1b30d543ef8ee5 (patch)
tree51ee7ed7fcf9941749f2fc1301977d836f10fbcc /src/net/connection.cpp
parent89e78bcc5b29a8dd14422a8fa6a23a17a93e98e0 (diff)
downloadmana-client-d3c7728804e762338669e6e9bd1b30d543ef8ee5.tar.gz
mana-client-d3c7728804e762338669e6e9bd1b30d543ef8ee5.tar.bz2
mana-client-d3c7728804e762338669e6e9bd1b30d543ef8ee5.tar.xz
mana-client-d3c7728804e762338669e6e9bd1b30d543ef8ee5.zip
Reduced noise in log file.
Diffstat (limited to 'src/net/connection.cpp')
-rw-r--r--src/net/connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/connection.cpp b/src/net/connection.cpp
index ce060ae7..caaa0ce1 100644
--- a/src/net/connection.cpp
+++ b/src/net/connection.cpp
@@ -96,7 +96,7 @@ void Net::Connection::send(const MessageOut &msg)
return;
}
- logger->log("Sending message of size %d...", msg.getDataSize());
+ //logger->log("Sending message of size %d...", msg.getDataSize());
ENetPacket *packet = enet_packet_create(msg.getData(),
msg.getDataSize(),