cleanup error messages

This commit is contained in:
orignal 2017-01-30 20:36:35 -05:00
parent 7094588c53
commit 3e2605490f
3 changed files with 6 additions and 6 deletions

View file

@ -418,7 +418,7 @@ namespace transport
}
else
{
LogPrint (eLogError, "Transports: RouterInfo not found, Failed to send messages");
LogPrint (eLogWarning, "Transports: RouterInfo not found, Failed to send messages");
std::unique_lock<std::mutex> l(m_PeersMutex);
m_Peers.erase (it);
}