diff options
Diffstat (limited to 'TAO/tao/ImR_Client')
-rw-r--r-- | TAO/tao/ImR_Client/ImR_Client.cpp | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/TAO/tao/ImR_Client/ImR_Client.cpp b/TAO/tao/ImR_Client/ImR_Client.cpp index 80483b3ce11..e11a2a6bd29 100644 --- a/TAO/tao/ImR_Client/ImR_Client.cpp +++ b/TAO/tao/ImR_Client/ImR_Client.cpp @@ -38,7 +38,7 @@ namespace if (TAO_debug_level > 0) { TAOLIB_DEBUG ((LM_DEBUG, - ACE_TEXT ("TAO_ImR_Client (%P|%t) - IMR partial IOR =\n%C\n"), + ACE_TEXT ("TAO_ImR_Client (%P|%t) - IMR partial IOR <%C>\n"), profile_str.in ())); } char* const pos = find_delimiter (profile_str.inout (), @@ -63,7 +63,7 @@ namespace if (TAO_debug_level > 0) { TAOLIB_DEBUG ((LM_DEBUG, - ACE_TEXT ("TAO_ImR_Client (%P|%t) - ImR-ified IOR =\n%C\n\n"), + ACE_TEXT ("TAO_ImR_Client (%P|%t) - ImR-ified IOR <%C>\n"), ior.c_str ())); } CORBA::Object_ptr obj = orb_core.orb ()->string_to_object (ior.c_str ()); @@ -225,16 +225,14 @@ namespace TAO if (TAO_debug_level > 0) { - ACE_CString imr_info; if (TAO_debug_level > 1) { CORBA::ORB_ptr orb = poa->orb_core ().orb (); CORBA::String_var ior = orb->object_to_string (imr.in ()); - imr_info = ACE_CString (", IMR IOR=") + ior.in (); + TAOLIB_DEBUG ((LM_DEBUG, + ACE_TEXT ("TAO_ImR_Client (%P|%t) - Notifying ImR of startup IMR IOR <%C>\n"), + ior.in ())); } - TAOLIB_DEBUG ((LM_DEBUG, - ACE_TEXT ("TAO_ImR_Client (%P|%t) - Notifying ImR of startup <%C>\n"), - imr_info.c_str ())); } ImplementationRepository::Administration_var imr_locator; @@ -299,7 +297,7 @@ namespace TAO if (TAO_debug_level > 0) { TAOLIB_DEBUG((LM_INFO, - "TAO_ImR_Client (%P|%t) - full_ior=<%C>\n\nior=<%C>\n\n", + "TAO_ImR_Client (%P|%t) - full_ior <%C>\nior <%C>\n", full_ior.in(), ior.in())); } |