]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix format string
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 13 Sep 2018 12:56:07 +0000 (13:56 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 13 Sep 2018 12:56:07 +0000 (13:56 +0100)
src/libserver/html.c

index 79d4eebb38747f5cc6df83ba30e7a27bd0c91ed9..9e73b6f3ea5bd79cf508d342a1e4ee763c6cec2e 100644 (file)
@@ -2012,7 +2012,7 @@ rspamd_html_process_style (rspamd_mempool_t *pool, struct html_block *bl,
                                                         g_ascii_strncasecmp (key, "font-size", 9) == 0) {
                                                rspamd_html_process_font_size (c, p - c,
                                                                &bl->font_size, TRUE);
-                                               msg_debug_html ("got font size: %u", bl->font_size);
+                                               msg_debug_html ("got font size: %ud", bl->font_size);
                                        }
                                        else if (klen == 7 &&
                                                         g_ascii_strncasecmp (key, "opacity", 7) == 0) {