Skip to content

Commit

Permalink
kazoo : less agressive log
Browse files Browse the repository at this point in the history
changed log from INFO to DEBUG when timeout is set
(cherry picked from commit f9c248a)
  • Loading branch information
lazedo committed Feb 5, 2015
1 parent 090afb3 commit f30a61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kazoo/kz_amqp.c
Expand Up @@ -851,7 +851,7 @@ int kz_amqp_query_ex(struct sip_msg* msg, char* exchange, char* routing_key, cha
if((pv_val.flags & PV_VAL_INT) && pv_val.ri != 0 ) {
kz_timeout.tv_usec = 0;
kz_timeout.tv_sec = pv_val.ri;
LM_INFO("SET TIMEOUT TO %i\n", kz_timeout.tv_sec);
LM_DBG("SET TIMEOUT TO %i\n", (int) kz_timeout.tv_sec);
}
}
}
Expand Down

0 comments on commit f30a61f

Please sign in to comment.