Commit 8f32358b authored by Pavel Vainerman's avatar Pavel Vainerman

correct debug log

parent a60f4204
...@@ -235,7 +235,7 @@ void ObjectsManager::managers(OManagerCommand cmd) ...@@ -235,7 +235,7 @@ void ObjectsManager::managers(OManagerCommand cmd)
} }
catch( Exception& ex ) catch( Exception& ex )
{ {
unideb[Debug::CRIT] << myname << "(managers): " << ex << endl; unideb[Debug::CRIT] << myname << "(managers): " << ex << endl;
unideb[Debug::CRIT] << myname << "(managers): () -->"<< (*li)->getName() << endl; unideb[Debug::CRIT] << myname << "(managers): () -->"<< (*li)->getName() << endl;
} }
catch(CORBA::SystemException& ex) catch(CORBA::SystemException& ex)
...@@ -304,7 +304,9 @@ void ObjectsManager::objects(OManagerCommand cmd) ...@@ -304,7 +304,9 @@ void ObjectsManager::objects(OManagerCommand cmd)
} }
catch( CORBA::Exception& ex ) catch( CORBA::Exception& ex )
{ {
unideb[Debug::CRIT] << myname << "(objects): Caught CORBA::Exception." << endl; unideb[Debug::CRIT] << myname << "(objects): Caught CORBA::Exception. "
<< ex._name()
<< " (" << (*li)->getName() << ")" << endl;
} }
catch( omniORB::fatalException& fe ) catch( omniORB::fatalException& fe )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment