From 2fece736b8d7eb0e44fc7f21e0c0eacf831f4564 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Thu, 28 Feb 2008 22:01:35 +0000 Subject: sync bug fixed --- syncClientSocket.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/syncClientSocket.cpp b/syncClientSocket.cpp index 1e9e313..a0952b6 100644 --- a/syncClientSocket.cpp +++ b/syncClientSocket.cpp @@ -42,7 +42,6 @@ void SyncClientSocket::OnReconnect() void SyncClientSocket::OnRawData(const char *buf,size_t len) //void SyncClientSocket::OnLine(const std::string& line) { - cLog.msg(Log::PRIO_NOTICE) << "recieved sync inforamtaion from " << GetRemoteHostname() << std::endl; for(size_t index=0;index> scom; -- cgit v1.2.3