]> 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:21:12 +0000 (11:21 -0500)
commit9ff11c2f0054192caf18e058090442924266268a
treee6b2a150130baec8a4e57936bc9c86a56a046c7a
parent2bb633409857371dacd01ee25d4326d8220d10ea
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