summaryrefslogtreecommitdiff
path: root/TAO/tao/MProfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/MProfile.cpp')
-rw-r--r--TAO/tao/MProfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/MProfile.cpp b/TAO/tao/MProfile.cpp
index 55577afaeef..d836d35c731 100644
--- a/TAO/tao/MProfile.cpp
+++ b/TAO/tao/MProfile.cpp
@@ -184,7 +184,7 @@ TAO_MProfile::add_profile (TAO_Profile *pfile)
pfiles_[last_++] = pfile;
if (pfile && pfile->_incr_refcnt () == 0)
- ACE_ERROR_RETURN ((LM_ERROR,
+ TAOLIB_ERROR_RETURN ((LM_ERROR,
ACE_TEXT ("(%P|%t) Unable to increment reference ")
ACE_TEXT ("count in add_profile!\n")),
-1);