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

Stephan Bergmann sbergman at redhat.com
Sun Feb 18 16:23:41 UTC 2018


 sfx2/source/doc/docfile.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 22c7aa82a2118e3f1a832521cea8df82eaff77c8
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Feb 16 23:15:17 2018 +0100

    Improve diagnostic output
    
    Change-Id: I9513f6516cd665c395f865ea204531bf8efb10b1
    Reviewed-on: https://gerrit.libreoffice.org/49883
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx
index 175ab138c5af..466372c28bb2 100644
--- a/sfx2/source/doc/docfile.cxx
+++ b/sfx2/source/doc/docfile.cxx
@@ -2595,7 +2595,7 @@ void SfxMedium::Init_Impl()
         INetProtocol eProt = aUrl.GetProtocol();
         if ( eProt == INetProtocol::NotValid )
         {
-            SAL_WARN( "sfx.doc", "Unknown protocol!" );
+            SAL_WARN( "sfx.doc", "URL <" << pImpl->m_aLogicName << "> with unknown protocol" );
         }
         else
         {


More information about the Libreoffice-commits mailing list