diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-13 17:56:52 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-13 17:56:52 +0000 |
commit | 4090de23032de0e1b7ac1b324c1d1b56ff16e22f (patch) | |
tree | 7e8cc42d6ab353bc4ea802698e313a495e6a6f1b /TAO/orbsvcs | |
parent | 23541621450c53fd83ee5239f46c5ed408260b51 (diff) | |
download | ATCD-4090de23032de0e1b7ac1b324c1d1b56ff16e22f.tar.gz |
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r-- | TAO/orbsvcs/tests/FT_App/FT_Client.cpp | 2 |
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; |