[Libreoffice-commits] core.git: include/sal

Tor Lillqvist tml at collabora.com
Thu Aug 18 11:44:26 UTC 2016


 include/sal/log.hxx |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit e4626191f7739834d2f66a24b42e12de7a1115cd
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Aug 18 14:43:31 2016 +0300

    Mention what negative or multiply specified flags mean (nothing special)
    
    Change-Id: I8ac1839aab3438aa685aa8cdab2e972447352599

diff --git a/include/sal/log.hxx b/include/sal/log.hxx
index 9465486..6ce3bfe 100644
--- a/include/sal/log.hxx
+++ b/include/sal/log.hxx
@@ -242,7 +242,10 @@ inline char const * unwrapStream(SAL_UNUSED_PARAMETER StreamIgnore const &) {
     everything being output).
 
     The "+TIMESTAMP" flag causes each output line (as selected by the level
-    switch(es)) to be prefixed by a timestamp like 2016-08-18:14:04:43.672.
+    switch(es)) to be prefixed by a timestamp like 2016-08-18:14:04:43..
+
+    Specifying a flag with a negative sense has no effect. Specifying
+    the same flag multiple times has no extra effect.
 
     A given macro call's level (INFO or WARN) and area is matched against the
     given switches as follows:  Only those switches for which the level matches


More information about the Libreoffice-commits mailing list