summaryrefslogtreecommitdiffstats
path: root/sal/inc/rtl/logfile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/inc/rtl/logfile.hxx')
-rw-r--r--sal/inc/rtl/logfile.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/rtl/logfile.hxx b/sal/inc/rtl/logfile.hxx
index 8dd697ce6705..343e8015b5e9 100644
--- a/sal/inc/rtl/logfile.hxx
+++ b/sal/inc/rtl/logfile.hxx
@@ -57,7 +57,7 @@ namespace rtl
Example: RTL_LOGFILE_CONTEXT( aLog, "Timing for foo-method" );
- RTL_LOGFILE_CONTEXT_TRACE( instance, mesage );
+ RTL_LOGFILE_CONTEXT_TRACE( instance, message );
RTL_LOGFILE_CONTEXT_TRACEn( instance, frmt, arg1, .., arg3 );
These macros can be used to log information in a "instance" context. The "instance" object
is used to log message information. All macros with "frmt" uses printf notation to log timing infos.