[Libreoffice-commits] core.git: unotools/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 1 17:48:28 UTC 2020


 unotools/source/misc/mediadescriptor.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 31db2a1c9e1597e7ab7d9b3505b99e2b08a53d9d
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Jun 1 10:34:46 2020 +0100
Commit:     Caolán McNamara <caolanm at 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 <caolanm at 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;
     }
 }


More information about the Libreoffice-commits mailing list