summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-03-15 05:19:46 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-03-15 05:19:46 -0500
commit45d5c04fd0446983febac41685cf7e0b0b74fc31 (patch)
treeec90cd7f392d528fd44513a83164339289f97ddf
parent683321cba9901c1700b3875984f0f3d48a50d031 (diff)
parent216e28aa9575a13554eb6febf8a6cd8cc12cd9d6 (diff)
Merge "main/stasis_cache: Demote the ERROR message when removing a nonexistent item" into 13
-rw-r--r--main/stasis_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/stasis_cache.c b/main/stasis_cache.c
index 9129c0064..b0973b984 100644
--- a/main/stasis_cache.c
+++ b/main/stasis_cache.c
@@ -842,7 +842,7 @@ static void caching_topic_exec(void *data, struct stasis_subscription *sub,
}
ao2_cleanup(update);
} else {
- ast_log(LOG_ERROR,
+ ast_debug(1,
"Attempting to remove an item from the %s cache that isn't there: %s %s\n",
stasis_topic_name(caching_topic->topic),
stasis_message_type_name(msg_type), msg_id);