[Asterisk-cvs] asterisk/res res_features.c,1.16.2.4,1.16.2.5

russell at lists.digium.com russell at lists.digium.com
Fri Apr 15 02:24:08 CDT 2005


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

Modified Files:
      Tag: v1-0
	res_features.c 
Log Message:
add some newlines and fix some misspellings (bug #4027)


Index: res_features.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_features.c,v
retrieving revision 1.16.2.4
retrieving revision 1.16.2.5
diff -u -d -r1.16.2.4 -r1.16.2.5
--- res_features.c	17 Mar 2005 23:48:42 -0000	1.16.2.4
+++ res_features.c	15 Apr 2005 07:15:39 -0000	1.16.2.5
@@ -795,7 +795,7 @@
 	    dres = 0;
 	  }
 		if (option_verbose > 2) 
-			ast_verbose(VERBOSE_PREFIX_3 "Channel %s tried to talk to non-existant parked call %d\n", chan->name, park);
+			ast_verbose(VERBOSE_PREFIX_3 "Channel %s tried to talk to nonexistent parked call %d\n", chan->name, park);
 		res = -1;
 	}
 	LOCAL_USER_REMOVE(u);




More information about the svn-commits mailing list