]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip_pubsub: change warning to debug
authorKevin Harwell <kharwell@digium.com>
Tue, 24 Sep 2019 16:21:12 +0000 (11:21 -0500)
committerKevin Harwell <kharwell@digium.com>
Tue, 24 Sep 2019 16:24:30 +0000 (11:24 -0500)
commit175a7ccac76529b8f238f2ad61b8cd4cba0c0d10
tree7c708b3e15f6cd5d320b9d559cefd7ad743debad
parentd95a76edd3c1615027c361fbce5b34bca20b08d8
res_pjsip_pubsub: change warning to debug

The following message:

"Subscription request from endpoint <blah> rejected. Expiration of 0 is invalid"

Would sometimes spam the log with warnings if Asterisk restarted and a bunch
of clients sent unsubscribes. This patch changes it from a warning to a debug
message.

Change-Id: I841ec42f65559f3135e037df0e55f89b6447a467
res/res_pjsip_pubsub.c