Browse Source

Fix lua redis timeout handling.

tags/0.9.0
Vsevolod Stakhov 9 years ago
parent
commit
4b6654ca10
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/lua/lua_redis.c

+ 2
- 1
src/lua/lua_redis.c View File

@@ -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);
}

/**

Loading…
Cancel
Save