]> git.llucax.com Git - z.facultad/75.42/plaqui.git/commitdiff
Se corrige el bug encontrado por Nico.
authorLeandro Lucarella <llucax@gmail.com>
Wed, 22 Oct 2003 15:34:09 +0000 (15:34 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 22 Oct 2003 15:34:09 +0000 (15:34 +0000)
Server/src/controlclient.cpp

index 99c5348ff9821f555b1f9d375e5539fd9bdbd357..3ceaa9f4ae53cf3c4439095bee27ddf2ce82da32 100644 (file)
@@ -58,7 +58,7 @@ void PlaQui::Server::ControlClient::real_run(void) {
        } else {
                std::cerr << "Conectado a " << socket->peerhost() <<
                        ":" << socket->peerport() << "." << std::endl;
        } else {
                std::cerr << "Conectado a " << socket->peerhost() <<
                        ":" << socket->peerport() << "." << std::endl;
-#endif // DEBUG
        }
        }
+#endif // DEBUG
 }
 
 }