summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2593_Regression
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-12 20:03:08 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-12 20:03:08 +0000
commit89fab857a49695fda1cdacdfffecef78fe942841 (patch)
treeb4d19aed47e55f465f4d22e761ef9c6981834045 /TAO/tests/Bug_2593_Regression
parentd988332cb8b6430a3673f4b7fee5e9923c4b6d83 (diff)
downloadATCD-89fab857a49695fda1cdacdfffecef78fe942841.tar.gz
Sun Oct 12 20:01:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Bug_2593_Regression')
-rw-r--r--TAO/tests/Bug_2593_Regression/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2593_Regression/client.cpp b/TAO/tests/Bug_2593_Regression/client.cpp
index eda230d142e..cbd78a6f0d6 100644
--- a/TAO/tests/Bug_2593_Regression/client.cpp
+++ b/TAO/tests/Bug_2593_Regression/client.cpp
@@ -61,7 +61,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
CORBA::String_var the_string =
hello->get_string ();
- ACE_DEBUG ((LM_DEBUG, "(%P|%t) - string returned <%s>\n",
+ ACE_DEBUG ((LM_DEBUG, "(%P|%t) - string returned <%C>\n",
the_string.in ()));
hello->shutdown ();