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