diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-12 20:55:37 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-12 20:55:37 +0000 |
commit | 294af62fef11f3331582c2b63c1885b6442bffda (patch) | |
tree | d8cb72a171bcad995d7aca42fe76dcb9f8e9e6d9 /TAO/tao/ImR_Client | |
parent | 22ff819d4bd428c069ee56831a0b9fb27a1ed8eb (diff) | |
download | ATCD-294af62fef11f3331582c2b63c1885b6442bffda.tar.gz |
Sun Oct 12 20:53:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ImR_Client')
-rw-r--r-- | TAO/tao/ImR_Client/ImR_Client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/ImR_Client/ImR_Client.cpp b/TAO/tao/ImR_Client/ImR_Client.cpp index 827532a7019..0657e544195 100644 --- a/TAO/tao/ImR_Client/ImR_Client.cpp +++ b/TAO/tao/ImR_Client/ImR_Client.cpp @@ -113,8 +113,8 @@ namespace TAO if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG, - "Informing IMR that we are running at: %s\n", - ACE_TEXT_CHAR_TO_TCHAR (partial_ior.c_str()))); + "Informing IMR that we are running at: %C\n", + partial_ior.c_str())); try { |