summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Internal.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-02-26 12:23:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-02-26 12:23:07 +0000
commit7075abafd0955937ad860d2dccaa3cf61462bd4b (patch)
tree65d48bd173555825be720edb13a3e5695327812b /TAO/tao/TAO_Internal.cpp
parentf9403c5c1a2c825781b14b20ccd179a28d63dc79 (diff)
downloadATCD-7075abafd0955937ad860d2dccaa3cf61462bd4b.tar.gz
Thu Feb 26 12:23:25 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/ORB.cpp: Updated layout of debug message * ace/TAO_Internal.cpp: Pass 0 as default logger key, makes it easier to check in ACE whether we have set an own key or noet
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r--TAO/tao/TAO_Internal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp
index 1827f98d0c5..e9ce6e621cc 100644
--- a/TAO/tao/TAO_Internal.cpp
+++ b/TAO/tao/TAO_Internal.cpp
@@ -503,7 +503,7 @@ namespace
return pcfg->open (command_line.get_argc (),
command_line.get_TCHAR_argv (),
- ACE_DEFAULT_LOGGER_KEY,
+ 0,
0, // Don't ignore static services.
ignore_default_svc_conf_file);
}