]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] One more logging improvement
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 27 Jul 2021 15:30:35 +0000 (16:30 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 27 Jul 2021 15:30:35 +0000 (16:30 +0100)
src/libserver/html/html.cxx

index 3ec90c5dda3fc7124ee95e44039fd90a42321716..1c9a4c4a19a29725656c89c3741872c507459f98 100644 (file)
@@ -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 {