]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix incorrect patch applied in r429354
authorKinsey Moore <kmoore@digium.com>
Thu, 11 Dec 2014 17:20:53 +0000 (17:20 +0000)
committerKinsey Moore <kmoore@digium.com>
Thu, 11 Dec 2014 17:20:53 +0000 (17:20 +0000)
The patch that was applied was another pending patch. This swaps them out.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@429378 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_sorcery_config.c
tests/test_stasis_channels.c

index 1e96bfae7942313915dbaf9a81199441674fbdf0..de369d353e7ebcf7c2eccc6d08712979604ff6e5 100644 (file)
@@ -284,8 +284,6 @@ 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);
index 89240130ce8a8bbc528467ad3ce67d20e0961a58..ed620e0bb6127dd27ce357f154f88ee581e1aa14 100644 (file)
@@ -278,6 +278,7 @@ AST_TEST_DEFINE(channel_snapshot_json)
                                 "  s: { s: s, s: s, s: i },"
                                 "  s: { s: s, s: s },"
                                 "  s: { s: s, s: s },"
+                                "  s: s"
                                 "  s: o"
                                 "}",
                                 "name", "TEST/name",
@@ -294,6 +295,7 @@ AST_TEST_DEFINE(channel_snapshot_json)
                                 "connected",
                                 "name", "",
                                 "number", "",
+                                "language", "en",
                                 "creationtime",
                                 ast_json_timeval(
                                         ast_channel_creationtime(chan), NULL));