]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Stasis: Update unittest for channel snapshots
authorKinsey Moore <kmoore@digium.com>
Thu, 11 Dec 2014 13:55:17 +0000 (13:55 +0000)
committerKinsey Moore <kmoore@digium.com>
Thu, 11 Dec 2014 13:55:17 +0000 (13:55 +0000)
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

index de369d353e7ebcf7c2eccc6d08712979604ff6e5..1e96bfae7942313915dbaf9a81199441674fbdf0 100644 (file)
@@ -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);