diff options
author | Arnold Dumas <arnold@dumas.at> | 2017-02-02 20:50:44 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-03 10:54:53 +0000 |
commit | b3a11c8f4f307bbbb597c9c6e7e61ee93e794873 (patch) | |
tree | e36db538926a923d4da136ef48a00a1622a7b648 /sal/util | |
parent | 29337650a379d1bcfe28bc41182254935f77cacc (diff) |
tdf#91872: Make SAL_INFO and friends more efficient
Change-Id: I8a5b1665660b0679439f07d3924bb90cb4c4075c
Reviewed-on: https://gerrit.libreoffice.org/33848
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sal/util')
-rw-r--r-- | sal/util/sal.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map index 96ea9d13b945..b99d5241a7dd 100644 --- a/sal/util/sal.map +++ b/sal/util/sal.map @@ -731,6 +731,7 @@ PRIVATE_1.2 { # LibreOffice 3.5 PRIVATE_1.3 { # LibreOffice 5.4 global: sal_detail_log_backtrace; + sal_detail_log_report; } PRIVATE_1.2; PRIVATE_textenc.1 { # LibreOffice 3.6 |