From 272a8afa60fe9a6b497c69a58b0054ad5b880690 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 12 Jun 2016 14:42:51 +0200 Subject: convert more DBG_ASSERT(false to SAL_WARN Change-Id: Ie52f28f28c67a91c4d3d4517d5c6a466890c7a55 Reviewed-on: https://gerrit.libreoffice.org/26195 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sot/source/sdstor/ucbstorage.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sot/source') 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!" ); } } } -- cgit