diff options
| author | oy <Tom_Adams@web.de> | 2010-08-18 00:06:00 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-08-18 00:06:00 +0200 |
| commit | cabecb7fa937b5e4efa859ea62722468f91a5089 (patch) | |
| tree | d9da92814dd049dfef7bdcfa9069955504341b8c /src/engine/shared/network_client.cpp | |
| parent | 16f201794de61e237b4a7644d28f043dc1b987bb (diff) | |
| download | zcatch-cabecb7fa937b5e4efa859ea62722468f91a5089.tar.gz zcatch-cabecb7fa937b5e4efa859ea62722468f91a5089.zip | |
added output level for console print function, categorised the debug messages and merged them into the new functionality. Closes #8
Diffstat (limited to 'src/engine/shared/network_client.cpp')
| -rw-r--r-- | src/engine/shared/network_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/shared/network_client.cpp b/src/engine/shared/network_client.cpp index f7859c0a..57ed08a8 100644 --- a/src/engine/shared/network_client.cpp +++ b/src/engine/shared/network_client.cpp @@ -21,7 +21,7 @@ int CNetClient::Close() int CNetClient::Disconnect(const char *pReason) { - dbg_msg("netclient", "disconnected. reason=\"%s\"", pReason); + //dbg_msg("netclient", "disconnected. reason=\"%s\"", pReason); m_Connection.Disconnect(pReason); return 0; } |