Improve logging
Change-Id: I9c879cc16de0d5353a5ab8ce4c8a8cd7f000a170
This commit is contained in:
@@ -540,8 +540,10 @@ MasterScriptProvider::insertByName( const OUString& aName, const Any& aElement )
|
||||
xCont->insertByName( aName, aElement );
|
||||
break;
|
||||
}
|
||||
catch ( Exception& )
|
||||
catch ( Exception& e )
|
||||
{
|
||||
SAL_INFO(
|
||||
"scripting.provider", "ignoring Exception " << e.Message);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user