]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_sorcery_memory_cache: Change an error to a debug message 20/4620/1
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:28:22 +0000 (08:28 -0600)
commita209faa94f8547055fb443da45bff8f34afa7970
tree1bb5a2c80fb8d3d63203fe7f57804e5755ec84d1
parente7dad461784722fb30fd64f227e5298f4dd1efe3
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