diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-02-23 12:47:37 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-02-23 12:47:37 +0000 |
commit | 24aec6cd1d0fc0ebbf7baa0f0b78a858e16b5ce1 (patch) | |
tree | a2e13495d07c43652ce7b10bc0b3c05e329bf1ab /src | |
parent | f453b63d799fad7b63ab7f6ca60d6d7aacd08e49 (diff) | |
download | rspamd-24aec6cd1d0fc0ebbf7baa0f0b78a858e16b5ce1.tar.gz rspamd-24aec6cd1d0fc0ebbf7baa0f0b78a858e16b5ce1.zip |
[Feature] Add statistic convertation module to configwizard
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/lua/elastic.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/elastic.lua b/src/plugins/lua/elastic.lua index b42ccd68b..aed3a87c7 100644 --- a/src/plugins/lua/elastic.lua +++ b/src/plugins/lua/elastic.lua @@ -72,7 +72,7 @@ local function elastic_send_data(task) local bulk_json = table.concat(tbl, "\n") local function http_index_data_callback(_, code, body, _) -- todo error handling we may store the rows it into redis and send it again late - rspamd_logger.debugm(N, task, "After create data %1",body) + rspamd_logger.debugm(N, task, "After create data %1", body) if code ~= 200 then if settings['failover'] then local h = hash.create() |