summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FT_App
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-13 17:56:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-13 17:56:52 +0000
commit4090de23032de0e1b7ac1b324c1d1b56ff16e22f (patch)
tree7e8cc42d6ab353bc4ea802698e313a495e6a6f1b /TAO/orbsvcs/tests/FT_App
parent23541621450c53fd83ee5239f46c5ed408260b51 (diff)
downloadATCD-4090de23032de0e1b7ac1b324c1d1b56ff16e22f.tar.gz
Diffstat (limited to 'TAO/orbsvcs/tests/FT_App')
-rw-r--r--TAO/orbsvcs/tests/FT_App/FT_Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/FT_App/FT_Client.cpp b/TAO/orbsvcs/tests/FT_App/FT_Client.cpp
index b929abce96a..e6dcf915bc9 100644
--- a/TAO/orbsvcs/tests/FT_App/FT_Client.cpp
+++ b/TAO/orbsvcs/tests/FT_App/FT_Client.cpp
@@ -511,7 +511,7 @@ int FTClientMain::next_replica (void)
else
{
ACE_OS::fprintf (stderr, "***OUT_OF_REPLICAS*** "
- ACE_SIZE_T_FORMAT_SPECIFIER
+ ACE_TEXT_ALWAYS_CHAR (ACE_SIZE_T_FORMAT_SPECIFIER)
"\n", this->replica_pos_);
}
return result;