From b830cefbb7346857d5786d94b152e6c543712669 Mon Sep 17 00:00:00 2001 From: mpv Date: Fri, 12 Jan 2007 07:54:28 +0000 Subject: [PATCH] MPV: fix for IPAL11765. In case of Naming service initialization problems output just "Exception" instead of "Unknown exception" --- src/TestContainer/TestContainer.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/TestContainer/TestContainer.cxx b/src/TestContainer/TestContainer.cxx index fb7a2f9fb..0ef063b74 100644 --- a/src/TestContainer/TestContainer.cxx +++ b/src/TestContainer/TestContainer.cxx @@ -190,6 +190,9 @@ int main (int argc, char * argv[]) catch(CORBA::Exception& e) { INFOS("Caught CORBA::Exception."<