fix missed message;

pull/48/head
Bryan Biedenkapp 2 years ago
parent 25d81b93a4
commit 64e3e91e2e

@ -140,7 +140,7 @@ namespace network
{
asio::error_code ec = e.code();
if (ec) {
::LogError(LOG_REST, "%s, code = %u", ec.message().c_str(), ec.value());
::LogError(LOG_REST, "ClientConnection::write(), %s, code = %u", ec.message().c_str(), ec.value());
try
{

Loading…
Cancel
Save

Powered by TurnKey Linux.