summaryrefslogtreecommitdiff
path: root/TAO/tests/Timeout
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-12 18:31:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-12 18:31:35 +0000
commitba8f621be0a4062bae0e62e80e8f62db130fa812 (patch)
treec34083c23d1e4a2ff4c1111832e447297028b352 /TAO/tests/Timeout
parentf32e131159d55db9ab51a1974e01176b69ff967e (diff)
downloadATCD-ba8f621be0a4062bae0e62e80e8f62db130fa812.tar.gz
Diffstat (limited to 'TAO/tests/Timeout')
-rw-r--r--TAO/tests/Timeout/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Timeout/client.cpp b/TAO/tests/Timeout/client.cpp
index cefad0d2ce7..56643266922 100644
--- a/TAO/tests/Timeout/client.cpp
+++ b/TAO/tests/Timeout/client.cpp
@@ -104,7 +104,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
if (CORBA::is_nil (server.in ()))
{
ACE_ERROR_RETURN ((LM_ERROR,
- "Object reference <%s> is nil\n",
+ "Object reference <%C> is nil.\n",
ior),
1);
}