summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-16 02:35:23 +0000
committersergio <sergio@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-16 02:35:23 +0000
commit1fa37c43ff3e4977a9e2ecb1df8336b884ba04c9 (patch)
tree2bcd738f268b1e0631b352cb0709ecd3c2715381
parent4b61aac19c8a820493784f7085049d102998c5fc (diff)
downloadATCD-1fa37c43ff3e4977a9e2ecb1df8336b884ba04c9.tar.gz
*** empty log message ***
-rw-r--r--TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp
index f2c661de961..d997763cb11 100644
--- a/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp
+++ b/TAO/performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp
@@ -632,8 +632,7 @@ Client::get_cubit (void)
if (my_ior == 0)
ACE_ERROR_RETURN ((LM_ERROR,
- "Must specify valid factory ior key with -k option,"
- " naming service, or ior filename\n"),
+ "Must specify valid ior filename with -f option\n"),
-1);
ACE_DEBUG ((LM_DEBUG,
@@ -642,15 +641,16 @@ Client::get_cubit (void)
objref = this->orb_->string_to_object (my_ior,
TAO_TRY_ENV);
- ACE_DEBUG ((LM_DEBUG,
- "(%P|%t) String_to_object success\n"));
TAO_CHECK_ENV;
if (CORBA::is_nil (objref.in ()))
ACE_ERROR_RETURN ((LM_ERROR,
- " (%t) string_to_object or NameService->resolve() Failed!\n"),
+ " (%t) string_to_object Failed!\n"),
-1);
+ ACE_DEBUG ((LM_DEBUG,
+ "(%P|%t) String_to_object success\n"));
+
// Narrow the CORBA::Object reference to the stub object,
// checking the type along the way using _is_a.
this->cubit_ = Cubit::_narrow (objref.in (),