aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2021-07-27 16:30:35 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2021-07-27 16:30:35 +0100
commit556ebe71a65d26705d68e21a792469ae083a8f8b (patch)
tree881004339cbc78782cc6d16b1cbab0a941ba5c2c /src
parente55eae188b1dc7f1b31c50414e6e0dc202ca425d (diff)
downloadrspamd-556ebe71a65d26705d68e21a792469ae083a8f8b.tar.gz
rspamd-556ebe71a65d26705d68e21a792469ae083a8f8b.zip
[Minor] One more logging improvement
Diffstat (limited to 'src')
-rw-r--r--src/libserver/html/html.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libserver/html/html.cxx b/src/libserver/html/html.cxx
index 3ec90c5dd..1c9a4c4a1 100644
--- a/src/libserver/html/html.cxx
+++ b/src/libserver/html/html.cxx
@@ -1821,8 +1821,7 @@ html_process_input(rspamd_mempool_t *pool,
"cannot parse css (error code: {}): {}",
static_cast<int>(ret_maybe.error().type),
ret_maybe.error().description.value_or("unknown error"));
- msg_info_pool ("cannot parse css: %*s",
- (int) err_str.size(), err_str.data());
+ msg_info_pool ("%*s", (int) err_str.size(), err_str.data());
}
}
else {