summaryrefslogtreecommitdiff
path: root/syncClientSocket.cpp
diff options
context:
space:
mode:
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];