]> 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>
Fri, 27 Sep 2019 22:12:35 +0000 (17:12 -0500)
commitc1d82f73a3018d9aacb1687672e27fbb9ad9c288
tree91340d484a0e70b406551f4bce090fcd35e1e16f
parentc6f81a7ba43112bd1a70b368743457d986b01748
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