summaryrefslogtreecommitdiff
path: root/syncClientSocket.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-28 22:43:35 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-28 22:43:35 +0000
commita1cf397917979ff4aaaac76c4fd346c65f4b45e9 (patch)
tree0174daac8294983aefb694e306f3a525b4e5682c /syncClientSocket.cpp
parentadded missing files (diff)
tets
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 e6c8761..6ef542d 100644
--- a/syncClientSocket.cpp
+++ b/syncClientSocket.cpp
@@ -56,7 +56,7 @@ void SyncClientSocket::OnRawData(const char *buf,size_t len)
std::stringstream tmp;
tmp.write(buffer,6);
tmp>>missing_chars;
- cLog.msg(Log::PRIO_NOTICE) << "recieved sync inforamtaion from " << GetRemoteHostname() <<" "<<tmp.str()<<"bytes of data"<< std::endl;
+ cLog.msg(Log::PRIO_NOTICE) << "recieved sync inforamtaion length from " << GetRemoteHostname() <<" "<<tmp.str()<<"bytes of data"<< std::endl;
delete buffer;
} else
if(missing_chars>0 && missing_chars<=static_cast<int32_t>(iss_.str().size()))