From dab82dc6f17df16e7f87431419a3d91c5e55939b Mon Sep 17 00:00:00 2001 From: Dmitry Sapozhnikov <11535558+o-sdn-o@users.noreply.github.com> Date: Fri, 17 Nov 2023 21:36:02 +0500 Subject: [PATCH] Revise server starting logic --- src/netxs/desktopio/system.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.