commit a58ec2f: [Minor] Fix format string
Vsevolod Stakhov
vsevolod at highsecure.ru
Thu Jul 4 17:14:06 UTC 2019
Author: Vsevolod Stakhov
Date: 2019-07-04 18:12:19 +0100
URL: https://github.com/rspamd/rspamd/commit/a58ec2f3ee8323d97052c2fb7dca43f055edc7d5 (HEAD -> master)
[Minor] Fix format string
---
src/libserver/rspamd_symcache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libserver/rspamd_symcache.c b/src/libserver/rspamd_symcache.c
index 326d2bda4..4bc2a8522 100644
--- a/src/libserver/rspamd_symcache.c
+++ b/src/libserver/rspamd_symcache.c
@@ -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);
More information about the Commits
mailing list