summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2005-11-15 14:28:31 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2005-11-15 14:28:31 +0000
commit6a6544672a0e0d26e9cc6c1c5fc7b3fd5b845c2f (patch)
treed17008c9443dad1b2faefa485e68ad55ec59ef5c
parentef203d77f03cd31ed8ce08b740fd52bc42ca5b89 (diff)
downloadATCD-6a6544672a0e0d26e9cc6c1c5fc7b3fd5b845c2f.tar.gz
ChangeLogTag:Tue Nov 15 07:28:35 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
-rw-r--r--ace/Service_Config.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/Service_Config.cpp b/ace/Service_Config.cpp
index 6ce11c79bf1..88caeb8bdbe 100644
--- a/ace/Service_Config.cpp
+++ b/ace/Service_Config.cpp
@@ -356,10 +356,10 @@ ACE_Service_Config::initialize (const ACE_Service_Type *sr,
if (ACE_Service_Repository::instance ()->find
(sr->name (),
(const ACE_Service_Type **) &srp) >= 0)
- ACE_RETURN ((LM_DEBUG,
- ACE_LIB_TEXT ("%s already installed, please remove first before reinstalling\n"),
- sr->name ()),
- 0);
+ ACE_ERROR_RETURN ((LM_DEBUG,
+ ACE_LIB_TEXT ("%s already installed, please remove first before reinstalling\n"),
+ sr->name ()),
+ 0);
if (sr->type ()->init (args.argc (),
args.argv ()) == -1)