]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8075 [mod_hiredis]: Reduce log level of a message.
authorJosh Allmann <joshua.allmann@gmail.com>
Thu, 6 Oct 2016 01:25:40 +0000 (21:25 -0400)
committerJosh Allmann <josh@fsmedia.convorelay.net>
Thu, 6 Oct 2016 22:49:36 +0000 (18:49 -0400)
src/mod/applications/mod_hiredis/hiredis_profile.c

index f4394ec0ccfa38b71636ccad96f043eb52aa9522..8d71f59bb1fd26b103b326ffa379fef0481fd4e0 100644 (file)
@@ -83,7 +83,7 @@ static hiredis_context_t *hiredis_connection_get_context(hiredis_connection_t *c
                                return NULL;
                        }
                } else {
-                       switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_INFO, "hiredis: recycled from pool[%s, %d]\n", conn->host, conn->port);
+                       switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "hiredis: recycled from pool[%s, %d]\n", conn->host, conn->port);
                        return context;
                }
        } else {