diff options
-rw-r--r-- | src/libserver/html/html.cxx | 3 |
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 { |