From eb72ddd1b0a1004fa3da51db5b7790370cc5c2e9 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 22 Oct 2003 15:34:09 +0000 Subject: [PATCH] Se corrige el bug encontrado por Nico. --- Server/src/controlclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/controlclient.cpp b/Server/src/controlclient.cpp index 99c5348..3ceaa9f 100644 --- a/Server/src/controlclient.cpp +++ b/Server/src/controlclient.cpp @@ -58,7 +58,7 @@ void PlaQui::Server::ControlClient::real_run(void) { } else { std::cerr << "Conectado a " << socket->peerhost() << ":" << socket->peerport() << "." << std::endl; -#endif // DEBUG } +#endif // DEBUG } -- 2.43.0