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 | 65bd835d6ceae01eda151b0761beb799a3e0524a (patch) | |
tree | 4b17d160f7a97c2f30fb30d97d91c64a988d6acd /TAO/tests/DSI_Gateway | |
parent | ceb0b0d8c378b0e185a9cfb11e133e052fd053a7 (diff) | |
download | ATCD-65bd835d6ceae01eda151b0761beb799a3e0524a.tar.gz |
Sun Oct 12 18:05:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/DSI_Gateway')
-rw-r--r-- | TAO/tests/DSI_Gateway/gateway.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/DSI_Gateway/gateway.cpp b/TAO/tests/DSI_Gateway/gateway.cpp index dbc0ff0185a..59f599ff015 100644 --- a/TAO/tests/DSI_Gateway/gateway.cpp +++ b/TAO/tests/DSI_Gateway/gateway.cpp @@ -99,7 +99,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[]) CORBA::String_var ior = orb->object_to_string (server.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 if (ior_output_file != 0) |