diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-08-10 14:01:33 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2015-08-11 03:31:47 +0000 |
commit | 7bdc6be9c23517eec02ce7139edd7003abbee1f8 (patch) | |
tree | f1db60222b9cd8c21e8039b4023e74ffb1994227 /slideshow/qa | |
parent | e98cf0c63d6c48ca7c1db87d7413d5c419690c76 (diff) |
slideshow: stop (mis)-using VERBOSE
converted the use of internal 'verbose' level tracing to SAL_INFO/SAL_WARN
Change-Id: Iab89d9b5c75fe476c6516718f1cee3d01d196858
Reviewed-on: https://gerrit.libreoffice.org/17632
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'slideshow/qa')
-rw-r--r-- | slideshow/qa/debug/readme.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/slideshow/qa/debug/readme.txt b/slideshow/qa/debug/readme.txt index a3df5a93b768..eb458d686025 100644 --- a/slideshow/qa/debug/readme.txt +++ b/slideshow/qa/debug/readme.txt @@ -1,7 +1,6 @@ Recognized preprocessor switches ================================ - - VERBOSE=t: enable extra verbose trace output (debug=t builds only) - TIMELOG=t: enable time logging (also for product builds) @@ -17,4 +16,4 @@ nodetree.sh: script. To generate output at other instances, use the DEBUG_NODES_SHOWTREE macro in animationnodefactory.cxx. -
\ No newline at end of file + |