From: Vsevolod Stakhov Date: Tue, 27 Jul 2021 15:30:35 +0000 (+0100) Subject: [Minor] One more logging improvement X-Git-Tag: 3.0~92 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=556ebe71a65d26705d68e21a792469ae083a8f8b;p=rspamd.git [Minor] One more logging improvement --- 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(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 {