summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Internal.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-11-17 10:14:03 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-11-17 10:14:03 +0000
commit0b6a89148b1ce6fc261b5d09c3741d57c272fc59 (patch)
tree16290ca8368f4a4b7e575c7060ceb8e3c460b016 /TAO/tao/TAO_Internal.cpp
parent869fa1189c6c6deaa80e75e1666bca74a3b0f237 (diff)
downloadATCD-0b6a89148b1ce6fc261b5d09c3741d57c272fc59.tar.gz
Mon Nov 17 10:13:12 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r--TAO/tao/TAO_Internal.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp
index 49eb71b9dcd..5609d068bd6 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -304,7 +304,7 @@ TAO::ORB::open_global_services (int argc,
{
if (TAO_debug_level > 0)
{
- ACE_ERROR ((LM_DEBUG,
+ ACE_ERROR ((LM_ERROR,
ACE_TEXT ("TAO (%P|%t) Failed to open process-")
ACE_TEXT ("wide service configuration context\n")));
}
@@ -440,7 +440,7 @@ TAO::ORB::open_services (ACE_Intrusive_Auto_Ptr<ACE_Service_Gestalt> pcfg,
if (status < 0 && TAO_debug_level > 0)
{
- ACE_ERROR_RETURN ((LM_DEBUG,
+ ACE_ERROR_RETURN ((LM_ERROR,
ACE_TEXT ("TAO (%P|%t) Failed to ")
ACE_TEXT ("open orb service configuration\n")),
-1);
@@ -906,8 +906,7 @@ namespace
arg_shifter.consume_arg ();
}
- else if (0 == arg_shifter.cur_arg_strncasecmp
- (ACE_TEXT ("-ORBDaemon")))
+ else if (0 == arg_shifter.cur_arg_strncasecmp (ACE_TEXT ("-ORBDaemon")))
{
// Be a daemon.
if (apply_values)