summaryrefslogtreecommitdiff
path: root/syncClientSocket.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-28 23:09:50 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-28 23:09:50 +0000
commitf614b90674e264ffcc91557eeba9d9e71432f943 (patch)
tree4ea48b255190c089517dfa4a5413b5344485c538 /syncClientSocket.cpp
parentremoved debug statement (diff)
l
Diffstat (limited to 'syncClientSocket.cpp')
-rw-r--r--syncClientSocket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/syncClientSocket.cpp b/syncClientSocket.cpp
index 1f27557..56559a1 100644
--- a/syncClientSocket.cpp
+++ b/syncClientSocket.cpp
@@ -50,6 +50,7 @@ void SyncClientSocket::OnRawData(const char *buf,size_t len)
}
while (1)
{
+ cLog.msg(Log::PRIO_NOTICE) << "buffer size << buffer_size_";
if(missing_chars==-1 && buffer_size_>5)
{
char * buffer = new char [6+1];