diff --git a/src/comm/comm_server.hpp b/src/comm/comm_server.hpp index 580e7f41..5e791e40 100644 --- a/src/comm/comm_server.hpp +++ b/src/comm/comm_server.hpp @@ -206,7 +206,7 @@ namespace comm if (std::holds_alternative(result)) { const hpws::error e = std::get(result); - LOG_ERROR << "Error creating hpws server:" << e.first << " " << e.second; + LOG_ERROR << name << " hpws server creation failed. " << e.first << " " << e.second << " Port: " << std::to_string(listen_port); return -1; }