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

correct debug log

parent a60f4204
......@@ -304,7 +304,9 @@ void ObjectsManager::objects(OManagerCommand cmd)
}
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 )
{
......
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