diff options
Diffstat (limited to 'syncSocket.cpp')
-rw-r--r-- | syncSocket.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syncSocket.cpp b/syncSocket.cpp index 1fe19a9..f22ad21 100644 --- a/syncSocket.cpp +++ b/syncSocket.cpp @@ -53,10 +53,12 @@ void SyncSocket::OnAccept() void SyncSocket::OnRawData(const char *buf,size_t len) { + std::cout << "recieved sync inforamtaion:"<< std::endl; for(size_t index=0;index<len;index++) { std::cout << buf[index]; } + std::cout << std::endl; } //void StatusSocket::InitSSLServer() //{ |