diff options
Diffstat (limited to 'source/lib/src/control_interface.cpp')
| -rw-r--r-- | source/lib/src/control_interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/src/control_interface.cpp b/source/lib/src/control_interface.cpp index 5f4cf26..68005f9 100644 --- a/source/lib/src/control_interface.cpp +++ b/source/lib/src/control_interface.cpp @@ -75,7 +75,7 @@ namespace wanda m_acceptor.async_accept(m_socket, [that = shared_from_this(), this](auto const & error) { if (error && error != asio::error::operation_aborted) { - get_logger()->error("failed to accept connection because '{}'", error); + get_logger()->error("failed to accept connection because '{}'", error.message()); } else { |
