diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-08-26 18:14:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-26 18:14:58 +0100 |
commit | ccbb2dc85983f13064d80c92f036a1682391d153 (patch) | |
tree | 7f04c6e895d96ef4ffce297f13a43d582e82519c /lualib | |
parent | d7d8e467a0c07aad3434d437ece3b88429efd885 (diff) | |
parent | 80a6a4e45cf50cc54f195e52f2d7376deddc6877 (diff) | |
download | rspamd-ccbb2dc85983f13064d80c92f036a1682391d153.tar.gz rspamd-ccbb2dc85983f13064d80c92f036a1682391d153.zip |
Merge pull request #3014 from CAPSLOCK2000/typo1
typo form -> for
Diffstat (limited to 'lualib')
-rw-r--r-- | lualib/lua_redis.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/lua_redis.lua b/lualib/lua_redis.lua index 27ac53478..10aa9e8c0 100644 --- a/lualib/lua_redis.lua +++ b/lualib/lua_redis.lua @@ -125,7 +125,7 @@ local function redis_query_sentinel(ev_base, params, initialised) for _,s in ipairs(slave_result) do local slave = flatten_redis_table(s) lutil.debugm(N, rspamd_config, - 'found slave form master %s with ip %s and port %s', + 'found slave for master %s with ip %s and port %s', v.name, slave.ip, slave.port) -- Wrap IPv6-adresses in brackets if (slave.ip:match(":")) then |