diff options
-rw-r--r-- | src/lua/lua_redis.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lua/lua_redis.c b/src/lua/lua_redis.c index e43cc6c7c..2fa366ffe 100644 --- a/src/lua/lua_redis.c +++ b/src/lua/lua_redis.c @@ -198,7 +198,8 @@ lua_redis_timeout (int fd, short what, gpointer u) { struct lua_redis_userdata *ud = u; - lua_redis_push_error ("timeout while connecting the server", ud, FALSE); + msg_info ("timeout while querying redis server"); + lua_redis_push_error ("timeout while connecting the server", ud, TRUE); } /** |