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

(cherry picked from commit d5718f337257cfa2a4562df1aeb79a0ff0324add)
This commit is contained in:
click
2015-03-18 00:33:20 +00:00
committed by Nayd
parent aec29478d3
commit be078fd8a9
+1 -1
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());
}
}