summaryrefslogtreecommitdiff
path: root/TAO/tests/Forwarding
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/Forwarding
parent82ca8413aae67ce3c738bf02b1a3e49770447e19 (diff)
downloadATCD-d0d8d597464d6a8f2c62c3baca79dcd7c06e4dfe.tar.gz
Diffstat (limited to 'TAO/tests/Forwarding')
-rw-r--r--TAO/tests/Forwarding/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Forwarding/client.cpp b/TAO/tests/Forwarding/client.cpp
index d451008cd67..c92a7dcf9b6 100644
--- a/TAO/tests/Forwarding/client.cpp
+++ b/TAO/tests/Forwarding/client.cpp
@@ -160,7 +160,7 @@ Worker::run_test (void)
if (CORBA::is_nil (server.in ()))
{
ACE_ERROR ((LM_ERROR,
- "Object reference <%C> is nil.\n",
+ "Object reference <%s> is nil.\n",
ior));
return;
}