diff options
Diffstat (limited to 'TAO/tao/Stub.i')
-rw-r--r-- | TAO/tao/Stub.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Stub.i b/TAO/tao/Stub.i index 969882d3da2..925b440a5f6 100644 --- a/TAO/tao/Stub.i +++ b/TAO/tao/Stub.i @@ -12,7 +12,7 @@ TAO_Stub::set_profile_in_use_i (TAO_Profile *pfile) if (pfile && (pfile->_incr_refcnt () == 0)) { ACE_ERROR_RETURN ((LM_ERROR, - ASYS_TEXT ("(%P|%t) unable to increment profile ref!\n")), + ACE_TEXT ("(%P|%t) unable to increment profile ref!\n")), 0); } |