[svn-commits] mvanbaak: branch group/appdocsxml r128340 - /team/group/appdocsxml/main/pbx.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Jul 5 19:30:56 CDT 2008


Author: mvanbaak
Date: Sat Jul  5 19:30:55 2008
New Revision: 128340

URL: http://svn.digium.com/view/asterisk?view=rev&rev=128340
Log:
make this compile under devmode again

Modified:
    team/group/appdocsxml/main/pbx.c

Modified: team/group/appdocsxml/main/pbx.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/main/pbx.c?view=diff&rev=128340&r1=128339&r2=128340
==============================================================================
--- team/group/appdocsxml/main/pbx.c (original)
+++ team/group/appdocsxml/main/pbx.c Sat Jul  5 19:30:55 2008
@@ -2646,7 +2646,7 @@
 		desc = mxmlFindElement(lang_node, documentation_tree, "description", NULL, NULL, MXML_DESCEND);
 	    
 		if (!syn || !desc || !syn->child || !desc->child) {
-			ast_log(LOG_WARNING, "Cannot find Application description or synopsis for app: '%s'\n", app);
+			ast_log(LOG_WARNING, "Cannot find Application description or synopsis for app: '%s'\n", acf->name);
 			return -1;
 		}
 




More information about the svn-commits mailing list