summaryrefslogtreecommitdiff
path: root/TAO/tests/OctetSeq
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
commitdddb12ab5df6ded0f08c019d512c2b8d8518327f (patch)
treea062136046e6f07f3ca0dafbd5caa6906709db99 /TAO/tests/OctetSeq
parent041c7d77e2556211deea13fce89ca17478061f6b (diff)
downloadATCD-dddb12ab5df6ded0f08c019d512c2b8d8518327f.tar.gz
Diffstat (limited to 'TAO/tests/OctetSeq')
-rw-r--r--TAO/tests/OctetSeq/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/OctetSeq/client.cpp b/TAO/tests/OctetSeq/client.cpp
index 394d242ecd3..ecaf3588334 100644
--- a/TAO/tests/OctetSeq/client.cpp
+++ b/TAO/tests/OctetSeq/client.cpp
@@ -75,7 +75,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
if (CORBA::is_nil (server.in ()))
{
ACE_ERROR_RETURN ((LM_ERROR,
- "Object reference <%C> is nil.\n",
+ "Object reference <%s> is nil.\n",
ior),
1);
}
@@ -87,7 +87,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
if (ACE_OS::strcmp (repository_id.in (), "IDL:Test/Database:1.0") != 0)
{
ACE_ERROR_RETURN ((LM_ERROR,
- "Repository id is wrong <%s>\n",
+ "Repository id is wrong <%C>\n",
repository_id.in ()),
1);
}