Skip to content

Commit

Permalink
pua_dialoginfo: reduce the log level of every call to dialog_publish
Browse files Browse the repository at this point in the history
Change the log level of calls to dialog_publish() from INFO to DBG
  • Loading branch information
Phil Lavin committed May 16, 2016
1 parent 64f4999 commit a5e89b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pua_dialoginfo/dialog_publish.c
Expand Up @@ -383,7 +383,7 @@ void dialog_publish_multi(char *state, struct str_list* ruris, str *entity, str
str *localtarget, str *remotetarget, unsigned short do_pubruri_localcheck) {

while(ruris) {
LM_INFO("CALLING dialog_publish for URI %.*s\n",ruris->s.len, ruris->s.s);
LM_DBG("CALLING dialog_publish for URI %.*s\n",ruris->s.len, ruris->s.s);
dialog_publish(state,&(ruris->s),entity,peer,callid,initiator,lifetime,localtag,remotetag,localtarget,remotetarget,do_pubruri_localcheck);
ruris=ruris->next;
}
Expand Down

0 comments on commit a5e89b4

Please sign in to comment.