summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/RTCorba/Oneways
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-12 19:22:31 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-12 19:22:31 +0000
commit08d547d5961d466167d85a2a45ddb522534f85ce (patch)
tree159c38c1f1b173c1763d5b0f9fe3977b2e3912d2 /TAO/performance-tests/RTCorba/Oneways
parent04b0daa3fdfc1a7fcab674adf808fe1996468dd3 (diff)
downloadATCD-08d547d5961d466167d85a2a45ddb522534f85ce.tar.gz
Diffstat (limited to 'TAO/performance-tests/RTCorba/Oneways')
-rw-r--r--TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp2
-rw-r--r--TAO/performance-tests/RTCorba/Oneways/Reliable/server.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp b/TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp
index 021780d043c..c856080250a 100644
--- a/TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp
+++ b/TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp
@@ -115,7 +115,7 @@ print_params (void)
payload_style = "Work based";
ACE_DEBUG ((LM_DEBUG,
- "\nTesting oneway requests: %s : %s\n",
+ "\nTesting oneway requests: %C : %C\n",
one_way_style,
payload_style));
diff --git a/TAO/performance-tests/RTCorba/Oneways/Reliable/server.cpp b/TAO/performance-tests/RTCorba/Oneways/Reliable/server.cpp
index 1d6e1649a8f..ddf0e5e128b 100644
--- a/TAO/performance-tests/RTCorba/Oneways/Reliable/server.cpp
+++ b/TAO/performance-tests/RTCorba/Oneways/Reliable/server.cpp
@@ -123,7 +123,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
orb->object_to_string (server.in ());
ACE_DEBUG ((LM_DEBUG,
- "Activated as <%s>\n",
+ "Activated as <%C>\n",
ior.in ()));
FILE *output_file= ACE_OS::fopen (ior_output_file, "w");