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

This commit is contained in:
click
2015-03-08 06:17:32 +01:00
parent 6f961ba138
commit d5718f3372

View File

@@ -99,7 +99,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());
}
}