Skip to content
Snippets Groups Projects
Commit c129025d authored by Marco De Marco's avatar Marco De Marco
Browse files

Reset connection debug stream removed, failed info fix

parent 993f4df1
No related branches found
No related tags found
No related merge requests found
...@@ -544,8 +544,6 @@ void Client::onTransferFailed() ...@@ -544,8 +544,6 @@ void Client::onTransferFailed()
//============================================================================== //==============================================================================
void Client::resetConnection() void Client::resetConnection()
{ {
DEBUG_STREAM << "Client::resetConnection()" << endl;
if(m_resetConnectionTimer.expires_at() <= if(m_resetConnectionTimer.expires_at() <=
boost::asio::deadline_timer::traits_type::now()) boost::asio::deadline_timer::traits_type::now())
{ {
......
...@@ -411,7 +411,7 @@ void ProtocolManager::setNewFileFailed() ...@@ -411,7 +411,7 @@ void ProtocolManager::setNewFileFailed()
std::tm currentTm = m_newFileRowsetIt->get<2>().get(); std::tm currentTm = m_newFileRowsetIt->get<2>().get();
INFO_STREAM << "ProtocolManager::setFileFailed() file " INFO_STREAM << "ProtocolManager::setFileFailed() file "
<< fileName << " version " << fileVersion << " transfered" << endl; << fileName << " version " << fileVersion << " not transfered" << endl;
boost::posix_time::ptime currentPtime = boost::posix_time::ptime currentPtime =
boost::posix_time::ptime_from_tm(currentTm); boost::posix_time::ptime_from_tm(currentTm);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment