]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix format string
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 4 Jul 2019 17:12:19 +0000 (18:12 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 4 Jul 2019 17:12:19 +0000 (18:12 +0100)
src/libserver/rspamd_symcache.c

index 326d2bda4cd1b59e744d5f46835542ffbb34d4ff..4bc2a8522ff21a1b842b9a6ade285978a5e44b99 100644 (file)
@@ -936,7 +936,7 @@ rspamd_symcache_add_symbol (struct rspamd_symcache *cache,
                                 *   - items_by_it
                                 *   - decrement used_items
                                 */
-                               msg_info_cache ("duplicate ghost symbol %s is removed");
+                               msg_info_cache ("duplicate ghost symbol %s is removed", name);
 
                                if (existing->container) {
                                        g_ptr_array_remove (existing->container, existing);