Fix type to log ipc session_id (#4448)
Co-authored-by: gr0vity-dev <gr0vity-dev@mail.void>
This commit is contained in:
parent
2526b75e61
commit
522f05cdf1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public:
|
|||
server (server_a), node (server_a.node), session_id (server_a.id_dispenser.fetch_add (1)),
|
||||
io_ctx (io_ctx_a), strand (io_ctx_a.get_executor ()), socket (io_ctx_a), config_transport (config_transport_a)
|
||||
{
|
||||
node.logger.debug (nano::log::type::ipc, "Creating session with id: ", session_id.load ());
|
||||
node.logger.debug (nano::log::type::ipc, "Creating session with id: {}", session_id.load ());
|
||||
}
|
||||
|
||||
~session ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue