[Asterisk-cvs] asterisk/utils streamplayer.c,1.5,1.6

russell russell
Sun Oct 16 19:07:09 CDT 2005


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

Modified Files:
	streamplayer.c 
Log Message:
make ouput a little bit more informative


Index: streamplayer.c
===================================================================
RCS file: /usr/cvsroot/asterisk/utils/streamplayer.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- streamplayer.c	14 Sep 2005 20:46:50 -0000	1.5
+++ streamplayer.c	16 Oct 2005 23:01:14 -0000	1.6
@@ -48,6 +48,9 @@
 	struct timeval tv;
 
 	if (argc != 3) {
+		fprintf(stderr, "streamplayer -- A utility for reading from a stream.\n");
+		fprintf(stderr, "Written for use with Asterisk (http://www.asterisk.org)\n");
+		fprintf(stderr, "Copyright (C) 2005 -- Russell Bryant -- Digium, Inc.\n\n");
 		fprintf(stderr, "Usage: ./streamplayer <ip> <port>\n");
 		exit(1);
 	}




More information about the svn-commits mailing list