summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/objects/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/objects/Client.cpp')
-rw-r--r--cpp/test/Ice/objects/Client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/objects/Client.cpp b/cpp/test/Ice/objects/Client.cpp
index 9a6a80c1873..73a03b93de5 100644
--- a/cpp/test/Ice/objects/Client.cpp
+++ b/cpp/test/Ice/objects/Client.cpp
@@ -69,6 +69,8 @@ main(int argc, char* argv[])
try
{
communicator = Ice::initialize(argc, argv);
+ communicator->getProperties()->setProperty("Ice.Trace.Network", "3");
+ communicator->getProperties()->setProperty("Ice.Trace.Protocol", "3");
status = run(argc, argv, communicator);
}
catch(const Ice::Exception& ex)