diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-16 23:15:17 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-02-18 17:23:19 +0100 |
commit | 22c7aa82a2118e3f1a832521cea8df82eaff77c8 (patch) | |
tree | 9fb8e1edf107405b4553bd8fecfe82213fb09810 /sfx2 | |
parent | d754d5aa8f0eb97fe6ba6aa274ee8f6acf46c8ae (diff) |
Improve diagnostic output
Change-Id: I9513f6516cd665c395f865ea204531bf8efb10b1
Reviewed-on: https://gerrit.libreoffice.org/49883
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |