Kaydet (Commit) e613da16 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Improved error reporting

üst 03511802
...@@ -1328,9 +1328,9 @@ bool PackageManagerImpl::synchronizeRemovedExtensions( ...@@ -1328,9 +1328,9 @@ bool PackageManagerImpl::synchronizeRemovedExtensions(
bModified |= true; bModified |= true;
} }
} }
catch( const uno::Exception & ) catch( const uno::Exception & e )
{ {
OSL_ASSERT(0); SAL_WARN("desktop.deployment", e.Message);
} }
} }
return bModified; return bModified;
......
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