diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-05-02 20:12:44 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-05-02 20:12:44 +0000 |
commit | cd476bcfa0c60b305ba5ecc28baa1e78a3893ab6 (patch) | |
tree | a1f1e336c67b0639977d5bf03a7e7ef9cf2c7504 /cpp/src | |
parent | Updates so that the router starter does not send unnecessary IceSSL stuff (diff) | |
download | ice-cd476bcfa0c60b305ba5ecc28baa1e78a3893ab6.tar.bz2 ice-cd476bcfa0c60b305ba5ecc28baa1e78a3893ab6.tar.xz ice-cd476bcfa0c60b305ba5ecc28baa1e78a3893ab6.zip |
Whoops. Left some debugging printouts in - this fixes that.
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Glacier/StarterI.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/Glacier/StarterI.cpp b/cpp/src/Glacier/StarterI.cpp index 31a6c9a8375..2200c0f4f76 100644 --- a/cpp/src/Glacier/StarterI.cpp +++ b/cpp/src/Glacier/StarterI.cpp @@ -82,10 +82,6 @@ Glacier::StarterI::startRouter(const string& userId, const string& password, Byt bool sslConfigured = !_properties->getProperty("IceSSL.Server.Config").empty(); - std::cerr << std::endl; - std::cerr << "Starter SSL: " << sslConfigured << std::endl; - std::cerr << std::endl; - // // routerPrivateKeyBase64 and routerCertificateBase64 are passed to the // router as the values for the properties |