summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcgielen <c.gielen@uvt.nl>2019-08-21 14:17:04 +0200
committercgielen <c.gielen@uvt.nl>2019-08-23 16:00:36 +0200
commit80a6a4e45cf50cc54f195e52f2d7376deddc6877 (patch)
tree874cb13b23d91371fba36fc93b0470897c3af42f
parent6e8df5589dbd3246ae5c6c50a82a78ffb7ab3a75 (diff)
downloadrspamd-80a6a4e45cf50cc54f195e52f2d7376deddc6877.tar.gz
rspamd-80a6a4e45cf50cc54f195e52f2d7376deddc6877.zip
typo
-rw-r--r--lualib/lua_redis.lua2
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