summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Gestalt.cpp
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2007-08-21 15:38:52 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2007-08-21 15:38:52 +0000
commit961d5bcb95060d4d8699be87c24afc529f07b9b9 (patch)
tree54e2ea230cdff50c83d48c685c2d010542e8a654 /ACE/ace/Service_Gestalt.cpp
parent2a6be4ba809c8c69f18b96219741b4f0d57f5501 (diff)
downloadATCD-961d5bcb95060d4d8699be87c24afc529f07b9b9.tar.gz
Tue Aug 21 15:34:00 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'ACE/ace/Service_Gestalt.cpp')
-rw-r--r--ACE/ace/Service_Gestalt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Service_Gestalt.cpp b/ACE/ace/Service_Gestalt.cpp
index a28db7c496d..7fb4a07b927 100644
--- a/ACE/ace/Service_Gestalt.cpp
+++ b/ACE/ace/Service_Gestalt.cpp
@@ -497,7 +497,7 @@ ACE_Service_Gestalt::initialize (const ACE_TCHAR *svc_name,
ACE_ERROR ((LM_ERROR,
ACE_TEXT ("ACE (%P|%t) ERROR: SG::initialize - static init of \'%s\'")
ACE_TEXT (" failed (%p)\n"),
- svc_name));
+ svc_name, ACE_TEXT ("error")));
this->repo_->remove (svc_name);
return -1;
}
@@ -1132,7 +1132,7 @@ ACE_Service_Gestalt::parse_args_i (int argc, ACE_TCHAR *argv[])
ACE_TRACE ("ACE_Service_Gestalt::parse_args_i");
ACE_Get_Opt getopt (argc,
argv,
- ACE_TEXT ("df:k:nyp:s:S:"),
+ ACE_TEXT ("df:k:nyS:"),
1); // Start at argv[1].
if (this->init_svc_conf_file_queue () == -1)