diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-05-29 18:17:28 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-05-29 18:17:28 +0100 |
commit | 0d79446288624d8a940cac2ddae9eee1a15779bc (patch) | |
tree | 20abd1d42562b413acb04b082571d4da66100042 /src/rspamadm | |
parent | e8366d156e09eba81ae38f57c41c74ec203c27bc (diff) | |
download | rspamd-0d79446288624d8a940cac2ddae9eee1a15779bc.tar.gz rspamd-0d79446288624d8a940cac2ddae9eee1a15779bc.zip |
[Minor] Fix logging
Diffstat (limited to 'src/rspamadm')
-rw-r--r-- | src/rspamadm/commands.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rspamadm/commands.c b/src/rspamadm/commands.c index 87b953050..306938697 100644 --- a/src/rspamadm/commands.c +++ b/src/rspamadm/commands.c @@ -219,8 +219,6 @@ rspamadm_fill_lua_commands (lua_State *L, GPtrArray *dest) lua_gettable (L, -2); } else { - msg_err ("bad return type in %s: %s", path, - lua_typename (L, lua_type (L, -1))); continue; /* Something goes wrong, huh */ } |