summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Exception.cpp')
-rw-r--r--TAO/tao/Exception.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp
index da9d2f99b15..8b7bc826617 100644
--- a/TAO/tao/Exception.cpp
+++ b/TAO/tao/Exception.cpp
@@ -443,8 +443,8 @@ CORBA_SystemException::_info (void) const
case TAO_TIMEOUT_RECV_MINOR_CODE:
location = "timeout during recv";
break;
- case TAO_IMPLREPO_MINOR_CODE:
- location = "implrepo server exception";
+ case TAO_IMPLREPO_SERVER_MANUAL_ACTIVATION:
+ location = "implrepo server specified manual startup";
break;
case TAO_ACCEPTOR_REGISTRY_OPEN_LOCATION_CODE:
location = "endpoint initialization failure in Acceptor Registry";