diff options
Diffstat (limited to 'unotools/source')
-rw-r--r-- | unotools/source/config/bootstrap.cxx | 2 | ||||
-rw-r--r-- | unotools/source/i18n/localedatawrapper.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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 |