summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/Broken/ClientApp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/Broken/ClientApp.cpp')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/Broken/ClientApp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/Broken/ClientApp.cpp b/TAO/tests/CSD_Strategy_Tests/Broken/ClientApp.cpp
index 38cc37de3d4..f1bfd44f74a 100644
--- a/TAO/tests/CSD_Strategy_Tests/Broken/ClientApp.cpp
+++ b/TAO/tests/CSD_Strategy_Tests/Broken/ClientApp.cpp
@@ -257,8 +257,8 @@ ClientApp::arg_dependency_checks()
if (this->client_id_ <= 0)
{
ACE_ERROR((LM_ERROR,
- "Error: Invalid command-line option (-n <client id>). \n"
- " The client id should be positive integer. \n"));
+ "Error: Invalid command-line option (-n <client id>).\n"
+ " The client id should be positive integer.\n"));
this->usage_statement();
return -1;
}