]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_pubsub: add endpoint to some warning
authorAlexei Gradinari <alex2grad@gmail.com>
Tue, 24 Sep 2019 19:18:14 +0000 (15:18 -0400)
committerAlexei Gradinari <alex2grad@gmail.com>
Thu, 26 Sep 2019 17:12:40 +0000 (13:12 -0400)
commit04f7d136d8ae4454cf403dc9bb24cf0fbbab4509
tree32eefcf926a6af18bdb5061a5576db4713764f6e
parent2bb633409857371dacd01ee25d4326d8220d10ea
res_pjsip_pubsub: add endpoint to some warning

There are some warning messages which are not informative without endpoint:
"No registered subscribe handler for event presence.winfo"
"No registered publish handler for event presence"

This patch adds an endpoint name to these messages.

Change-Id: Ia2811ec226d8a12659b4f9d4d224b48289650827
res/res_pjsip_pubsub.c