[asterisk-commits] kmoore: branch 12 r429354 - /branches/12/res/res_sorcery_config.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Dec 11 07:55:19 CST 2014


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);




More information about the asterisk-commits mailing list