summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/be_global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/be_global.cpp')
-rw-r--r--TAO/orbsvcs/IFR_Service/be_global.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/IFR_Service/be_global.cpp b/TAO/orbsvcs/IFR_Service/be_global.cpp
index f010d756b33..cf9886a504a 100644
--- a/TAO/orbsvcs/IFR_Service/be_global.cpp
+++ b/TAO/orbsvcs/IFR_Service/be_global.cpp
@@ -169,7 +169,7 @@ BE_GlobalData::parse_args (long &i, char **av)
}
else
{
- ACE_ERROR ((
+ ORBSVCS_ERROR ((
LM_ERROR,
ACE_TEXT ("IDL: I don't understand the '%s' option\n"),
av[i]
@@ -182,7 +182,7 @@ BE_GlobalData::parse_args (long &i, char **av)
be_global->allow_duplicate_typedefs (true);
break;
default:
- ACE_ERROR ((
+ ORBSVCS_ERROR ((
LM_ERROR,
ACE_TEXT ("IDL: I don't understand the '%s' option\n"),
av[i]