diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-21 00:03:02 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-21 00:05:33 +0200 |
commit | 3b176d77e7021d1ce3e82c28b921bbd4f7523a7d (patch) | |
tree | 3b3963adf1c13bfbf36ebdf57339c4b89411daa3 /include | |
parent | 7ed6edc1d20a9c2aceea26e4a49a4f00d1047ad9 (diff) |
Use SAL_INFO() instead of printf()
printf() and SAL_INFO() / SAL_DEBUG() output apparently don't end up in
correct order in a cppunit log file which can be extremely confusing. So let's
use SAL_INFO() (with the tag sc.qa) for the qahelper debug output.
Change-Id: I529482c07651f84688ec5751d2b3dfc7d89cb4ca
Diffstat (limited to 'include')
-rw-r--r-- | include/sal/log-areas.dox | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox index eb22ea098275..7d8d70f6f0c2 100644 --- a/include/sal/log-areas.dox +++ b/include/sal/log-areas.dox @@ -85,6 +85,7 @@ certain functionality. @li @c sc @li @c sc.opencl @li @c sc.opencl.thread +@li @c sc.qa @li @c sc.core @li @c sc.filter - Calc filter @li @c sc.ui - Calc UI |