Skip to content
Snippets Groups Projects
Commit f585f481 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

pp

parent 8e9e6104
No related branches found
No related tags found
No related merge requests found
...@@ -399,7 +399,7 @@ bool gmshLocalNetworkClient::receiveMessage(gmshLocalNetworkClient *master) ...@@ -399,7 +399,7 @@ bool gmshLocalNetworkClient::receiveMessage(gmshLocalNetworkClient *master)
it != onelab::server::instance()->lastClient(); it++){ it != onelab::server::instance()->lastClient(); it++){
reply.append(it->second->getName() + " "); 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()); clientName.c_str(), reply.c_str());
getGmshServer()->SendMessage getGmshServer()->SendMessage
(GmshSocket::GMSH_STOP, reply.size(), &reply[0]); // reply is dummy (GmshSocket::GMSH_STOP, reply.size(), &reply[0]); // reply is dummy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment