diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-12 21:37:48 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-12 21:37:48 +0000 |
commit | f18613e918d42d5a3c9cb6bf217ade6027224aa2 (patch) | |
tree | 9f95f89d56f67059b483c6cde8bf464caa9c4eda /TAO/tao/DomainS.cpp | |
parent | 70788645e2d085064f89174248b48b42bf3f698e (diff) | |
download | ATCD-f18613e918d42d5a3c9cb6bf217ade6027224aa2.tar.gz |
ChangeLogTag: Sat Dec 12 15:15:00 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/DomainS.cpp')
-rw-r--r-- | TAO/tao/DomainS.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/DomainS.cpp b/TAO/tao/DomainS.cpp index b46e8be807a..b1ab2782837 100644 --- a/TAO/tao/DomainS.cpp +++ b/TAO/tao/DomainS.cpp @@ -207,7 +207,7 @@ void POA_CORBA::DomainManager::_dispatch (CORBA::ServerRequest &req, void *conte // find the skeleton corresponding to this opname if (this->_find (opname, skel, req.operation_length ()) == -1) { - ACE_ERROR ((LM_ERROR, "Bad operation <%s>\n", opname)); + ACE_ERROR ((LM_ERROR, ASYS_TEXT ("Bad operation <%s>\n"), opname)); ACE_THROW (CORBA_BAD_OPERATION ()); } else @@ -470,7 +470,7 @@ void POA_CORBA::ConstructionPolicy::_dispatch (CORBA::ServerRequest &req, void * // find the skeleton corresponding to this opname if (this->_find (opname, skel, req.operation_length ()) == -1) { - ACE_ERROR ((LM_ERROR, "Bad operation <%s>\n", opname)); + ACE_ERROR ((LM_ERROR, ASYS_TEXT ("Bad operation <%s>\n"), opname)); ACE_THROW (CORBA_BAD_OPERATION ()); } else |