summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Logging_Service/Basic_Logging_Service
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-08-29 19:09:49 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-08-29 19:09:49 +0000
commit38464fc25dbf569aa4afe0c826df70b95a680ee8 (patch)
treedf7a8c2fcfe5a226a777c307131da90d3f0d5a23 /TAO/orbsvcs/Logging_Service/Basic_Logging_Service
parent70f036993190c73886be504d7ce32c82bfbd477e (diff)
downloadATCD-38464fc25dbf569aa4afe0c826df70b95a680ee8.tar.gz
ChangeLogTag: Mon Aug 29 12:08:16 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/Logging_Service/Basic_Logging_Service')
-rw-r--r--TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Server.cpp b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Server.cpp
index ef3983f3f3b..60e11b3a221 100644
--- a/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Server.cpp
+++ b/TAO/orbsvcs/Logging_Service/Basic_Logging_Service/Basic_Logging_Server.cpp
@@ -55,7 +55,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
ACE_CHECK;
if (rc == -1)
ACE_ERROR_RETURN ((LM_ERROR,
- "Failed to start the Telecom Log Service.\n"),
+ "Failed to initialize the Telecom Log Service.\n"),
1);
rc = service.run (ACE_ENV_SINGLE_ARG_PARAMETER);