summaryrefslogtreecommitdiff
path: root/sal/rtl/source/logfile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/source/logfile.cxx')
-rw-r--r--sal/rtl/source/logfile.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/rtl/source/logfile.cxx b/sal/rtl/source/logfile.cxx
index 73215e0f2960..eca7fa6b1124 100644
--- a/sal/rtl/source/logfile.cxx
+++ b/sal/rtl/source/logfile.cxx
@@ -106,7 +106,7 @@ OUString getFileUrl( const OUString &name )
!= osl_File_E_None )
{
SAL_WARN(
- "sal", "osl_getFileURLFromSystemPath failed for \"" << name << '"');
+ "sal.rtl", "osl_getFileURLFromSystemPath failed for \"" << name << '"');
}
OUString aWorkingDirectory;
@@ -182,7 +182,7 @@ void init() {
else
{
SAL_WARN(
- "sal",
+ "sal.rtl",
"Couldn't open logfile " << o << '(' << +e << ')');
}
}