unotools/source/misc/mediadescriptor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 31db2a1c9e1597e7ab7d9b3505b99e2b08a53d9d Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Jun 1 10:34:46 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Mon Jun 1 19:47:49 2020 +0200 ofz#22822 use TOOLS_WARN_EXCEPTION Change-Id: Ib8947dbe464c7b5b1f6fc55e7b0754e1c75491fd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95268 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/unotools/source/misc/mediadescriptor.cxx b/unotools/source/misc/mediadescriptor.cxx index 7f8f4e3c3785..e522b54ee83f 100644 --- a/unotools/source/misc/mediadescriptor.cxx +++ b/unotools/source/misc/mediadescriptor.cxx @@ -526,7 +526,7 @@ bool MediaDescriptor::impl_addInputStream( bool bLockFile ) } catch(const css::uno::Exception&) { - DBG_UNHANDLED_EXCEPTION("unotools.misc", "invalid MediaDescriptor detected"); + TOOLS_WARN_EXCEPTION("unotools.misc", "invalid MediaDescriptor detected"); return false; } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits