diff --git a/src/netxs/desktopio/system.hpp b/src/netxs/desktopio/system.hpp index 0b4da71f71..3292ae9050 100644 --- a/src/netxs/desktopio/system.hpp +++ b/src/netxs/desktopio/system.hpp @@ -2738,7 +2738,7 @@ namespace netxs::os auto state = pipe::shut(); if (state) { - if constexpr (debugmode) log(prompt::xipc, "Client disconnects: ", handle); + if constexpr (debugmode) log(prompt::xipc, "Link shutdown: ", handle); #if defined(_WIN32) ::DisconnectNamedPipe(handle.w); handle.shutdown(); // To trigger the read end to close.