summaryrefslogtreecommitdiffstats
path: root/xmlsecurity/source/helper/xsecparser.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-31 16:30:37 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-10-31 16:30:37 +0100
commit14e748a12ff940a92bba83a0d2dee576e99615ac (patch)
tree727da60f56c1c77a7e8c3a53398ffb046aab9b30 /xmlsecurity/source/helper/xsecparser.cxx
parentRevert "Revert "Prevent nonsensical comparations between OUString and nullptr... (diff)
downloadcore-14e748a12ff940a92bba83a0d2dee576e99615ac.tar.gz
core-14e748a12ff940a92bba83a0d2dee576e99615ac.zip
Adapt warning message
...after 1b98f38cfac2ac6caa7f178f70bcd9c5f74f16a4 "css.xml.sax.XAttributeList is broken by design" Change-Id: I052baf70f7798c47a9022bb7623149cb41069227
Diffstat (limited to 'xmlsecurity/source/helper/xsecparser.cxx')
-rw-r--r--xmlsecurity/source/helper/xsecparser.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/helper/xsecparser.cxx b/xmlsecurity/source/helper/xsecparser.cxx
index ed3f0ff5ac35..9dd1dc79fc84 100644
--- a/xmlsecurity/source/helper/xsecparser.cxx
+++ b/xmlsecurity/source/helper/xsecparser.cxx
@@ -107,7 +107,7 @@ void SAL_CALL XSecParser::startElement(
else if ( aName == "Reference" )
{
OUString ouUri = xAttribs->getValueByName("URI");
- SAL_WARN_IF( ouUri.isEmpty(), "xmlsecurity.helper", "URI == NULL" );
+ SAL_WARN_IF( ouUri.isEmpty(), "xmlsecurity.helper", "URI is empty" );
if (ouUri.startsWith("#"))
{
/*