diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-12 18:07:40 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-12 18:07:40 +0000 |
commit | 22a42c07ed1c3ad3399045e42939dd64e617657f (patch) | |
tree | 4b17d160f7a97c2f30fb30d97d91c64a988d6acd /TAO/tests/Multiple | |
parent | 4b621e39437f76c42f54b2ee3d2dfecbe1ec4c5f (diff) | |
download | ATCD-22a42c07ed1c3ad3399045e42939dd64e617657f.tar.gz |
Sun Oct 12 18:05:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Multiple')
-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 |