[Asterisk-cvs] asterisk/channels chan_local.c,1.35,1.36

markster at lists.digium.com markster at lists.digium.com
Mon Oct 25 22:58:23 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv30446/channels

Modified Files:
	chan_local.c 
Log Message:
Fix chan_local debug message (bug #2725)


Index: chan_local.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_local.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- chan_local.c	23 Oct 2004 12:19:47 -0000	1.35
+++ chan_local.c	26 Oct 2004 03:01:52 -0000	1.36
@@ -379,7 +379,7 @@
 			strncpy(tmp->context, "default", sizeof(tmp->context) - 1);
 		tmp->reqformat = format;
 		if (!ast_exists_extension(NULL, tmp->context, tmp->exten, 1, NULL)) {
-			ast_log(LOG_NOTICE, "No such extension/context %s@%s creating local channel\n", tmp->context, tmp->exten);
+			ast_log(LOG_NOTICE, "No such extension/context %s@%s creating local channel\n", tmp->exten, tmp->context);
 			ast_mutex_destroy(&tmp->lock);
 			free(tmp);
 			tmp = NULL;




More information about the svn-commits mailing list