diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-12 20:03:08 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-12 20:03:08 +0000 |
commit | 89fab857a49695fda1cdacdfffecef78fe942841 (patch) | |
tree | b4d19aed47e55f465f4d22e761ef9c6981834045 /TAO/tests/Bug_2593_Regression | |
parent | d988332cb8b6430a3673f4b7fee5e9923c4b6d83 (diff) | |
download | ATCD-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.cpp | 2 |
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 (); |