]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_sorcery_memory_cache: Change an error to a debug message 17/4617/3
authorGeorge Joseph <gjoseph@digium.com>
Tue, 13 Dec 2016 20:06:34 +0000 (13:06 -0700)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 14 Dec 2016 14:27:08 +0000 (08:27 -0600)
commit510acb2effeb14d62853c8a5ba239b563bce8efd
tree394631a088d7ec8c289e31b59bdc72b01266ebb7
parentf4551951ba7715b2cdc67dc751f3864f270ac278
res_sorcery_memory_cache:  Change an error to a debug message

When a sorcery user calls ast_sorcery_delete on an object that
may have already expired from the cache, res_sorcery_memory_cache
spits out an ERROR.  Since this can happen frequently and validly when
an inbound registration expires after the cache entry expired, the
errors are unnecessary and misleading.  Changed to a debug/1.

Change-Id: Idf3a67038c16e3da814cf612ff4d6d18ad29ecd7
res/res_sorcery_memory_cache.c