aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/html
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2021-07-23 17:36:31 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2021-07-23 17:36:31 +0100
commit2caca45cf8ae1976b54d6665895ed76a42d01661 (patch)
tree3089ea520a5870aca2370395860d012bb281772b /src/libserver/html
parentac8f149e0d78cd8ca2a776766ca78c1fd7655e40 (diff)
downloadrspamd-2caca45cf8ae1976b54d6665895ed76a42d01661.tar.gz
rspamd-2caca45cf8ae1976b54d6665895ed76a42d01661.zip
[Minor] Reduce C++ stuff demangling in logging
Diffstat (limited to 'src/libserver/html')
-rw-r--r--src/libserver/html/html.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/html/html.cxx b/src/libserver/html/html.cxx
index 0cf950531..30607a8da 100644
--- a/src/libserver/html/html.cxx
+++ b/src/libserver/html/html.cxx
@@ -66,7 +66,7 @@ auto html_components_map = frozen::make_unordered_map<frozen::string, html_compo
#define msg_debug_html(...) rspamd_conditional_debug_fast (NULL, NULL, \
rspamd_html_log_id, "html", pool->tag.uid, \
- G_STRFUNC, \
+ __FUNCTION__, \
__VA_ARGS__)
INIT_LOG_MODULE(html)