diff options
Diffstat (limited to 'TAO/tests/Multiple/server.cpp')
-rw-r--r-- | TAO/tests/Multiple/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Multiple/server.cpp b/TAO/tests/Multiple/server.cpp index 0ad92d40135..b36c578233c 100644 --- a/TAO/tests/Multiple/server.cpp +++ b/TAO/tests/Multiple/server.cpp @@ -77,7 +77,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[]) CORBA::String_var ior = orb->object_to_string (bottom.in ()); - ACE_DEBUG ((LM_DEBUG, "Activated as <%s>\n", ior.in ())); + ACE_DEBUG ((LM_DEBUG, "Activated as <%C>\n", ior.in ())); // If the ior_output_file exists, output the ior to it |