[Asterisk-cvs] asterisk pbx.c,1.154.2.2,1.154.2.3

russell at lists.digium.com russell at lists.digium.com
Sat Oct 23 07:51:35 CDT 2004


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

Modified Files:
      Tag: v1-0
	pbx.c 
Log Message:
make operator=no work correctly, fix typo (bug #2665)


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.154.2.2
retrieving revision 1.154.2.3
diff -u -d -r1.154.2.2 -r1.154.2.3
--- pbx.c	14 Oct 2004 22:39:40 -0000	1.154.2.2
+++ pbx.c	23 Oct 2004 11:55:21 -0000	1.154.2.3
@@ -4568,7 +4568,7 @@
 			res = ast_waitstream(chan, AST_DIGIT_ANY);
 			ast_stopstream(chan);
 		} else {
-			ast_log(LOG_WARNING, "ast_streamfile failed on %s fro %s\n", chan->name, (char*)data);
+			ast_log(LOG_WARNING, "ast_streamfile failed on %s for %s\n", chan->name, (char*)data);
 			res = 0;
 		}
 	}




More information about the svn-commits mailing list