summaryrefslogtreecommitdiff
path: root/TAO/tests/Cubit/COOL/MT_Cubit/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Cubit/COOL/MT_Cubit/server.cpp')
-rw-r--r--TAO/tests/Cubit/COOL/MT_Cubit/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Cubit/COOL/MT_Cubit/server.cpp b/TAO/tests/Cubit/COOL/MT_Cubit/server.cpp
index f16ab62af9e..8ba1d5cd275 100644
--- a/TAO/tests/Cubit/COOL/MT_Cubit/server.cpp
+++ b/TAO/tests/Cubit/COOL/MT_Cubit/server.cpp
@@ -106,7 +106,7 @@ main (int argc, char** argv)
COOL::EOA::bind(argv[2], env);
if (env.exception()) {
- ACE_DEBUG ((LM_ERROR, "Impossible to bind the ORB to the description:%s\n", argv[1]));
+ ACE_DEBUG ((LM_ERROR, "Impossible to bind the ORB to the description: %s\n", argv[2]));
return -1;
}