summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-08-09 20:46:56 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-08-09 20:46:56 +0200
commit3dedafeb6acafeb5701375bd765b04357e5a921c (patch)
tree6aaa1c5f586e581d330b8c9874f8df71f2cca04f /TAO/tao
parent5351dea3eb3fd7c32819ada82049403d8cae6a7f (diff)
downloadATCD-3dedafeb6acafeb5701375bd765b04357e5a921c.tar.gz
Const and unicode fixes
* TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp: * TAO/orbsvcs/ImplRepo_Service/Locator_Repository.cpp: * TAO/orbsvcs/ImplRepo_Service/Shared_Backing_Store.cpp: * TAO/orbsvcs/ImplRepo_Service/XML_Backing_Store.cpp: * TAO/tao/ImR_Client/ImR_Client.cpp:
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/ImR_Client/ImR_Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ImR_Client/ImR_Client.cpp b/TAO/tao/ImR_Client/ImR_Client.cpp
index d60f17d3d7e..52951696fce 100644
--- a/TAO/tao/ImR_Client/ImR_Client.cpp
+++ b/TAO/tao/ImR_Client/ImR_Client.cpp
@@ -310,7 +310,7 @@ namespace TAO
{
CORBA::String_var poaname = poa->the_name ();
TAOLIB_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO_ImR_Client (%P|%t) - Informing IMR that <%C> is running at: <%C>\n"),
+ ACE_TEXT ("TAO_ImR_Client (%P|%t) - Informing IMR that <%C> is running at <%C>\n"),
poaname.in(), partial_ior.c_str ()));
}