From d15b4e204598fc7e4c1682c4f10228e217575937 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 14 Dec 2016 09:49:39 +0200 Subject: teach sallogareas plugin to catch inconsistencies Change-Id: I8bcea5ffc74d48148bea78da8c17744e288c069a Reviewed-on: https://gerrit.libreoffice.org/32004 Tested-by: Jenkins Reviewed-by: Noel Grandin --- unotools/source/config/bootstrap.cxx | 2 +- unotools/source/i18n/localedatawrapper.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'unotools') diff --git a/unotools/source/config/bootstrap.cxx b/unotools/source/config/bootstrap.cxx index 5c5308040bb7..f58b87c14c10 100644 --- a/unotools/source/config/bootstrap.cxx +++ b/unotools/source/config/bootstrap.cxx @@ -372,7 +372,7 @@ OUString getExecutableBaseName() sExecutable = sExecutable.copy(0,nExtIndex); } else - SAL_WARN("unotools", "Cannot get executable name: osl_getExecutableFile failed"); + SAL_WARN("unotools.config", "Cannot get executable name: osl_getExecutableFile failed"); return sExecutable; } diff --git a/unotools/source/i18n/localedatawrapper.cxx b/unotools/source/i18n/localedatawrapper.cxx index bb68778e4da4..142f685984fb 100644 --- a/unotools/source/i18n/localedatawrapper.cxx +++ b/unotools/source/i18n/localedatawrapper.cxx @@ -1795,7 +1795,7 @@ void LocaleDataWrapper::outputCheckMessage( const char* pStr ) { fprintf( stderr, "\n%s\n", pStr); fflush( stderr); - SAL_WARN("unotools", pStr); + SAL_WARN("unotools.i18n", pStr); } // static -- cgit