Author: kmoore
Date: Thu Dec 11 07:55:17 2014
New Revision: 429354

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=429354
Log:
Stasis: Update unittest for channel snapshots

This adjusts the unit test for channel snapshots to take the new
language key into account.

Modified:
    branches/12/res/res_sorcery_config.c

Modified: branches/12/res/res_sorcery_config.c
URL: 
http://svnview.digium.com/svn/asterisk/branches/12/res/res_sorcery_config.c?view=diff&rev=429354&r1=429353&r2=429354
==============================================================================
--- branches/12/res/res_sorcery_config.c (original)
+++ branches/12/res/res_sorcery_config.c Thu Dec 11 07:55:17 2014
@@ -284,6 +284,8 @@
                        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);


-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to