]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Slightly improve logging for fann reload
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 6 Apr 2016 13:26:54 +0000 (14:26 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 6 Apr 2016 13:26:54 +0000 (14:26 +0100)
src/plugins/lua/fann_scores.lua

index 63dcb573321028b65e2d28cdc0c32ce07fecb988..5085c90a604a4919644edc225e8bc99b671eeb89 100644 (file)
@@ -97,6 +97,8 @@ local function check_fann()
     local mtime = st['mtime']
 
     if mtime > fann_mtime then
+      rspamd_logger.infox(rspamd_config, 'have more fresh version of fann ' ..
+        'file: %s -> %s, need to reload %s', fann_mtime, mtime, fann_file)
       fann_mtime = mtime
       fann = nil
     end