summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-30 12:57:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-30 12:57:11 +0000
commitdf9cd91fb1f1aac559ed4b12d74b5d2a4aa41272 (patch)
treebdc1141531f1b8e5083227d7027370a0bd35b4e4 /TAO/performance-tests
parent2fbc6a624168f3c30a10cd17ba4df43d9af771ec (diff)
downloadATCD-df9cd91fb1f1aac559ed4b12d74b5d2a4aa41272.tar.gz
Thu Oct 30 12:57:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp b/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
index 5773846e15b..22b55b519ca 100644
--- a/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
+++ b/TAO/performance-tests/POA/Object_Creation_And_Registration/registration.cpp
@@ -228,8 +228,8 @@ public:
this->timer_.elapsed_time (elapsed_time);
// compute average time.
- ACE_DEBUG ((LM_DEBUG, "\n%s stats...\n",
- ACE_TEXT_CHAR_TO_TCHAR (this->test_name_)));
+ ACE_DEBUG ((LM_DEBUG, "\n%C stats...\n",
+ this->test_name_));
print_stats (elapsed_time);
}