summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Internal.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-12-03 12:15:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-12-03 12:15:35 +0000
commit589bcce83f81463c503c5772e8f88d0d44e3937a (patch)
tree0ee1386d6c35da4897623685a59d2d23a1c088de /TAO/tao/TAO_Internal.cpp
parent35b9a1a2df3736e392df86c59390edadaf7ce486 (diff)
downloadATCD-589bcce83f81463c503c5772e8f88d0d44e3937a.tar.gz
Thu Dec 3 12:15:35 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Incoming_Message_Stack.h: C++ Builder 2010 fix * tao/Object.cpp: Extended some debug info * tao/Synch_Invocation.cpp: Removed intermediate variable * tao/TAO_Internal.cpp: Improved debug message * tao/ZIOP/ZIOP.cpp: Layout change
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r--TAO/tao/TAO_Internal.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp
index 5d6fec86d28..32780f0ffb1 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -251,7 +251,6 @@ TAO::ORB::open_global_services (int argc, ACE_TCHAR **argv)
// Will expand the environment variables, if any were used.
// Is this a good thing? I guess it provides greater flexibility
// for deployment,so let's leave it. Will also quote arguments.
-
ACE_ARGV copyargv (argc, argv, true, true);
// Adjust to proper type
@@ -541,7 +540,7 @@ namespace
factory =
ACE_Dynamic_Service<
TAO_Codeset_Manager_Factory_Base
- >::instance ("TAO_Codeset");
+ >::instance ("TAO_Codeset");
#endif /* !TAO_AS_STATIC_LIBS && !(ACE_VXWORKS && !__RTP__) */
}
@@ -757,7 +756,7 @@ namespace
errno = EINVAL;
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) Unable to open file %s")
+ ACE_TEXT ("TAO (%P|%t) - Unable to open file <%s>")
ACE_TEXT (", referenced by -ORBSvcConf option\n"),
current_arg),
-1);