]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_sorcery_memory_cache: Change an error to a debug message 16/4616/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:26:37 +0000 (08:26 -0600)
commit91485734a48e9e44292b80b8993fb464bc3817b0
treec64c7f3093d3e87909ba12b5d42bd52691d9f08f
parentcd46e86491e3f8946bbe9c97b8a1d7eaf708dda9
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