diff options
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/ucbstorage.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index d2badfed4f28..dcaa36f30f3f 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -1683,8 +1683,8 @@ void UCBStorage_Impl::Init() } catch (const Exception&) { - DBG_ASSERT( false, - "getPropertyValue has thrown an exception! Please let developers know the scenario!" ); + SAL_WARN( "sot", + "getPropertyValue has thrown an exception! Please let developers know the scenario!" ); } } } |