Skip to content

Commit

Permalink
Improve/clean logging on expire notifications
Browse files Browse the repository at this point in the history
Credits go to @wdoekes / Walter Doekes
Related to #1722

(cherry picked from commit f12a539)
(cherry picked from commit 0260c9b)
  • Loading branch information
bogdan-iancu committed Jan 10, 2020
1 parent 29f8b30 commit d7849e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/presence/subscribe.c
Expand Up @@ -1320,7 +1320,7 @@ int handle_expired_subs(subs_t* s)
s->reason.len= 7;
s->expires= 0;

LM_INFO("notify\n");
LM_DBG("send timeout NOTIFY's out\n");
if(send_notify_request(s, NULL, NULL, 1, NULL, 0)< 0)
{
LM_ERR("send Notify not successful\n");
Expand Down

0 comments on commit d7849e4

Please sign in to comment.