Kaydet (Commit) d76c305b authored tarafından Michael Stahl's avatar Michael Stahl

sax: fix loplugin:sallogareas

The wrong revision of https://gerrit.libreoffice.org/47542
was pushed.

Change-Id: Id8309a75239be970285f1c6e2f256338387c970c
Reviewed-on: https://gerrit.libreoffice.org/47682Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst f890d79b
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment