Merge "main/stasis_cache: Demote the ERROR message when removing a nonexistent item" into 13

certified/13.18
Joshua Colp 8 years ago committed by Gerrit Code Review
commit 45d5c04fd0

@ -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);

Loading…
Cancel
Save