]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Tell when a peak callback is set for the cache
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 28 Jan 2017 13:21:35 +0000 (13:21 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 28 Jan 2017 13:21:35 +0000 (13:21 +0000)
src/libserver/symbols_cache.c

index 557347899fd4ceb8010aa337dff1d1a50ad439c3..2ffa8e37635d36c1b65473fd84a43e78087c8079 100644 (file)
@@ -831,6 +831,7 @@ rspamd_symbols_cache_set_peak_callback (struct symbols_cache *cache,
        }
 
        cache->peak_cb = cbref;
+       msg_info_cache ("registered peak callback");
 }
 
 gboolean