From f2835997cb03f532eb0de30ce0383c48e1b71da1 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Thu, 11 Dec 2014 13:55:17 +0000 Subject: [PATCH] Stasis: Update unittest for channel snapshots This adjusts the unit test for channel snapshots to take the new language key into account. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@429354 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_sorcery_config.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/res_sorcery_config.c b/res/res_sorcery_config.c index de369d353e..1e96bfae79 100644 --- a/res/res_sorcery_config.c +++ b/res/res_sorcery_config.c @@ -284,6 +284,8 @@ static void sorcery_config_internal_load(void *data, const struct ast_sorcery *s if (!(obj = sorcery_config_retrieve_id(sorcery, data, type, id))) { continue; } + + ast_log(LOG_NOTICE, "Retaining existing configuration for object of type '%s' with id '%s'\n", type, id); } ao2_link_flags(objects, obj, OBJ_NOLOCK); -- 2.47.2