summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/retry/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/retry/Client.cpp')
-rw-r--r--cpp/test/Ice/retry/Client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/retry/Client.cpp b/cpp/test/Ice/retry/Client.cpp
index b2ba565994d..39db4858a73 100644
--- a/cpp/test/Ice/retry/Client.cpp
+++ b/cpp/test/Ice/retry/Client.cpp
@@ -41,14 +41,14 @@ main(int argc, char* argv[])
//
// This test kills connections, so we don't want warnings.
//
- //properties->setProperty("Ice.Warn.Connections", "0");
+ properties->setProperty("Ice.Warn.Connections", "0");
communicator = Ice::initialize(argc, argv);
status = run(argc, argv, communicator);
}
catch(const Ice::Exception& ex)
{
- cerr << ex << endl;
+ cerr << "xxxxxxxxxxxxx" << ex << endl;
status = EXIT_FAILURE;
}