Core: WARN instead of INFO - this is actually something we'd want to be informed of...

(cherry picked from commit d5718f3372)
This commit is contained in:
click
2015-03-08 06:17:32 +01:00
committed by Nayd
parent aec29478d3
commit be078fd8a9

View File

@@ -100,7 +100,7 @@ public:
}
catch (boost::system::system_error const& err)
{
TC_LOG_INFO("network", "Failed to retrieve client's remote address %s", err.what());
TC_LOG_WARN("network", "Failed to retrieve client's remote address %s", err.what());
}
}