[svn-commits] mjordan: branch mjordan/1.8_instrumented r362427 - /team/mjordan/1.8_instrume...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Apr 18 09:04:47 CDT 2012


Author: mjordan
Date: Wed Apr 18 09:04:43 2012
New Revision: 362427

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=362427
Log:
Remove the printf before the command line arguments

That doesn't work so well for the version parsing in the test suite

Modified:
    team/mjordan/1.8_instrumented/main/asterisk.c

Modified: team/mjordan/1.8_instrumented/main/asterisk.c
URL: http://svnview.digium.com/svn/asterisk/team/mjordan/1.8_instrumented/main/asterisk.c?view=diff&rev=362427&r1=362426&r2=362427
==============================================================================
--- team/mjordan/1.8_instrumented/main/asterisk.c (original)
+++ team/mjordan/1.8_instrumented/main/asterisk.c Wed Apr 18 09:04:43 2012
@@ -3317,8 +3317,6 @@
 	ast_fd_init();
 	ast_pbx_init();
 
-	printf("Parsing command line arguments\n");
-
 	if (getenv("HOME")) 
 		snprintf(filename, sizeof(filename), "%s/.asterisk_history", getenv("HOME"));
 	/* Check for options */




More information about the svn-commits mailing list