From f585f48132a93c57c065ea1a086932e12dff0ef9 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 8 Mar 2015 10:04:54 +0000 Subject: [PATCH] pp --- Common/gmshLocalNetworkClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/gmshLocalNetworkClient.cpp b/Common/gmshLocalNetworkClient.cpp index 659685a26c..02bdf6e2f7 100644 --- a/Common/gmshLocalNetworkClient.cpp +++ b/Common/gmshLocalNetworkClient.cpp @@ -399,7 +399,7 @@ bool gmshLocalNetworkClient::receiveMessage(gmshLocalNetworkClient *master) it != onelab::server::instance()->lastClient(); it++){ reply.append(it->second->getName() + " "); } - Msg::Error("Skipping already existing client <%s> - Registered clients are < %s>", + Msg::Error("Skipping already existing client '%s' - Registered clients: %s", clientName.c_str(), reply.c_str()); getGmshServer()->SendMessage (GmshSocket::GMSH_STOP, reply.size(), &reply[0]); // reply is dummy -- GitLab