diff options
Diffstat (limited to 'sal/rtl/source/logfile.cxx')
-rw-r--r-- | sal/rtl/source/logfile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/rtl/source/logfile.cxx b/sal/rtl/source/logfile.cxx index 7a267eab9cd3..7229a5956fce 100644 --- a/sal/rtl/source/logfile.cxx +++ b/sal/rtl/source/logfile.cxx @@ -185,7 +185,7 @@ void init() { { SAL_WARN( "sal", - "Couldn't open logfile " << o << '(' << e << ')'); + "Couldn't open logfile " << o << '(' << +e << ')'); } } g_bHasBeenCalled = sal_True; |