diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-01-23 17:29:15 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-01-23 17:29:15 +0200 |
commit | c914cbb0a081b30b28271618bbaa8e987a108ae7 (patch) | |
tree | e77ed702c3efe15dce220a4410ac10db5f1bf25b /src/client.cpp | |
parent | c0a1bcf4735661e69ba0938b322fe37daf510edf (diff) | |
download | dragonfireclient-c914cbb0a081b30b28271618bbaa8e987a108ae7.tar.xz |
OMG! Main Menu!
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp index 3853c25e5..d6062ef61 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1209,8 +1209,8 @@ bool Client::AsyncProcessPacket() } //try catch(con::PeerNotFoundException &e) { - dout_client<<DTIME<<"Client::AsyncProcessData(): Cancelling: The server" - " connection doesn't exist (a timeout or not yet connected?)"<<std::endl; + /*dout_client<<DTIME<<"Client::AsyncProcessData(): Cancelling: The server" + " connection doesn't exist (a timeout or not yet connected?)"<<std::endl;*/ return false; } } |