diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-10-31 16:30:37 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-10-31 16:30:37 +0100 |
commit | 14e748a12ff940a92bba83a0d2dee576e99615ac (patch) | |
tree | 727da60f56c1c77a7e8c3a53398ffb046aab9b30 | |
parent | 40633e32f3925e2041a45b6a574d6b9bd4e844a7 (diff) |
Adapt warning message
...after 1b98f38cfac2ac6caa7f178f70bcd9c5f74f16a4 "css.xml.sax.XAttributeList is
broken by design"
Change-Id: I052baf70f7798c47a9022bb7623149cb41069227
-rw-r--r-- | xmlsecurity/source/helper/xsecparser.cxx | 2 |
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("#")) { /* |