summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_BiDir
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-12 19:03:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-12 19:03:33 +0000
commitd0d8d597464d6a8f2c62c3baca79dcd7c06e4dfe (patch)
treea062136046e6f07f3ca0dafbd5caa6906709db99 /TAO/tests/MT_BiDir
parent82ca8413aae67ce3c738bf02b1a3e49770447e19 (diff)
downloadATCD-d0d8d597464d6a8f2c62c3baca79dcd7c06e4dfe.tar.gz
Diffstat (limited to 'TAO/tests/MT_BiDir')
-rw-r--r--TAO/tests/MT_BiDir/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/MT_BiDir/client.cpp b/TAO/tests/MT_BiDir/client.cpp
index 3af6ef37361..32fc32eb646 100644
--- a/TAO/tests/MT_BiDir/client.cpp
+++ b/TAO/tests/MT_BiDir/client.cpp
@@ -99,7 +99,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
if (CORBA::is_nil (sender.in ()))
{
ACE_ERROR_RETURN ((LM_ERROR,
- "Object reference <%C> is nil.\n",
+ "Object reference <%s> is nil.\n",
ior),
1);
}