]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix type string
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 10 Dec 2015 14:26:39 +0000 (14:26 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 10 Dec 2015 14:26:39 +0000 (14:26 +0000)
src/libserver/re_cache.c

index 4da7bf066a773f52303d738dfc5c8bffc4188878..cf9caa7f078f0276e4585c408db1b4bcdbb2e9ed 100644 (file)
@@ -1173,7 +1173,7 @@ rspamd_re_cache_compile_hyperscan (struct rspamd_re_cache *cache,
 
                        msg_info_re_cache ("compiled class %s(%*s) to cache %s, %d regexps",
                                        rspamd_re_cache_type_to_string (re_class->type),
-                                       re_class->type_len,
+                                       (gint)re_class->type_len,
                                        re_class->type_data,
                                        re_class->hash, n);