[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sax/source
Michael Stahl
mstahl at redhat.com
Tue Jan 9 20:47:53 UTC 2018
sax/source/fastparser/fastparser.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d76c305b41fa65febde6a77605396ce0b681ce2c
Author: Michael Stahl <mstahl at redhat.com>
Date: Tue Jan 9 21:42:26 2018 +0100
sax: fix loplugin:sallogareas
The wrong revision of https://gerrit.libreoffice.org/47542
was pushed.
Change-Id: Id8309a75239be970285f1c6e2f256338387c970c
Reviewed-on: https://gerrit.libreoffice.org/47682
Reviewed-by: Michael Stahl <mstahl at redhat.com>
Tested-by: Michael Stahl <mstahl at redhat.com>
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index a8d915cbd117..ab2ab0dc63f3 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -635,7 +635,7 @@ void Entity::saveException( const Any & e )
osl::MutexGuard g(maSavedExceptionMutex);
if (maSavedException.hasValue())
{
- SAL_INFO("sax.fastparser", "discarding exception, already have one");
+ SAL_INFO("sax", "discarding exception, already have one");
}
else
{
More information about the Libreoffice-commits
mailing list