From: Kinsey Moore Date: Thu, 11 Dec 2014 13:55:17 +0000 (+0000) Subject: Stasis: Update unittest for channel snapshots X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2835997cb03f532eb0de30ce0383c48e1b71da1;p=thirdparty%2Fasterisk.git 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 --- 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);