From a1cf397917979ff4aaaac76c4fd346c65f4b45e9 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 28 Feb 2008 22:43:35 +0000 Subject: tets --- syncClientSocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() <<" "<0 && missing_chars<=static_cast(iss_.str().size())) -- cgit v1.2.3