diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-10-10 09:21:04 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-10-10 09:21:04 +0000 |
commit | cccc3144551b84c5479807c42a3d919606f2c8fc (patch) | |
tree | 442a30b035b53f012483f97bbdb918bb6eca6c88 /TAO/tao/ORB_Core.cpp | |
parent | b2188ff276abeb8da6f6d62a344b2e4e2c024e30 (diff) | |
download | ATCD-cccc3144551b84c5479807c42a3d919606f2c8fc.tar.gz |
Tue Oct 10 09:19:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB_Core.cpp')
-rw-r--r-- | TAO/tao/ORB_Core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp index fb9de1c478d..d347298dc96 100644 --- a/TAO/tao/ORB_Core.cpp +++ b/TAO/tao/ORB_Core.cpp @@ -1069,7 +1069,7 @@ TAO_ORB_Core::init (int &argc, char *argv[] ACE_ENV_ARG_DECL) if (TAO_debug_level > 0) { current_arg = arg_shifter.get_current (); - ACE_DEBUG ((LM_ERROR, + ACE_ERROR ((LM_ERROR, ACE_TEXT ("ERROR: Unknown \"-ORB\" option ") ACE_TEXT ("<%s>.\n"), ((current_arg == 0) ? ACE_TEXT("<NULL>") |