Skip to content

Commit

Permalink
ndb_redis: increasing a log message level
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalaceanu committed May 8, 2017
1 parent d5d2bbd commit e2a5608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ndb_redis/redis_client.c
Expand Up @@ -1029,7 +1029,7 @@ int redis_check_server(redisc_server_t *rsrv)
{
if (get_ticks() > rsrv->disable.restore_tick)
{
LM_INFO("REDIS server %.*s re-enabled",rsrv->sname->len,rsrv->sname->s);
LM_NOTICE("REDIS server %.*s re-enabled",rsrv->sname->len,rsrv->sname->s);
rsrv->disable.disabled = 0;
rsrv->disable.consecutive_errors = 0;
}
Expand Down

0 comments on commit e2a5608

Please sign in to comment.