[Asterisk-cvs] asterisk sched.c,1.3,1.4

markster at lists.digium.com markster at lists.digium.com
Wed Nov 12 02:31:10 CST 2003


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

Modified Files:
	sched.c 
Log Message:
Minor typo


Index: sched.c
===================================================================
RCS file: /usr/cvsroot/asterisk/sched.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sched.c	8 Sep 2003 16:48:06 -0000	1.3
+++ sched.c	12 Nov 2003 08:57:23 -0000	1.4
@@ -225,7 +225,7 @@
 	struct sched *tmp;
 	DEBUG(ast_log(LOG_DEBUG, "ast_sched_add()\n"));
 	if (!when) {
-		ast_log(LOG_NOTICE, "Scheduled event in 0 ms?");
+		ast_log(LOG_NOTICE, "Scheduled event in 0 ms?\n");
 		return -1;
 	}
 	if ((tmp = sched_alloc(con))) {




More information about the svn-commits mailing list