diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-08-10 14:06:40 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-08-11 04:34:45 +0000 |
commit | a8db357874b3ab3f785457cd9a84c68a05d3c61e (patch) | |
tree | 5c640e7c73d58a517c7f80fffa5f3861827d4fae /include/sal/detail | |
parent | e5ec6304149cdcad0d6495b5187c245748b408b5 (diff) |
gbuild/config stop using VERBOSE, use only verbose=t
configure.ac was setting VERBOSE=YES/NO when really
we use verbose=t or verbose=
Change-Id: I47aee8d177cb2d788a62ecdbbb9cc3695c2bb299
Reviewed-on: https://gerrit.libreoffice.org/17634
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'include/sal/detail')
-rw-r--r-- | include/sal/detail/log.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sal/detail/log.h b/include/sal/detail/log.h index 3a1dce760939..11ece36c3279 100644 --- a/include/sal/detail/log.h +++ b/include/sal/detail/log.h @@ -19,8 +19,7 @@ /* This header makes available replacements working in both C and C++ for the obsolete osl/diagnose.h functionality that in turn is used from both C and - C++ code and the obsolete tools/debug.hxx and - canvas/inc/canvas/verbosetrace.hxx functionality that uses printf-style + C++ code and the obsolete tools/debug.hxx functionality that uses printf-style formatting. Once that obsolete functionality is removed, this header can be removed, too. |