[asterisk-commits] tilghman: branch tilghman/verbose r355378 - /team/tilghman/verbose/main/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Feb 14 13:54:48 CST 2012
Author: tilghman
Date: Tue Feb 14 13:54:44 2012
New Revision: 355378
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=355378
Log:
Track down and smash visual artifact bug.
Modified:
team/tilghman/verbose/main/asterisk.c
Modified: team/tilghman/verbose/main/asterisk.c
URL: http://svnview.digium.com/svn/asterisk/team/tilghman/verbose/main/asterisk.c?view=diff&rev=355378&r1=355377&r2=355378
==============================================================================
--- team/tilghman/verbose/main/asterisk.c (original)
+++ team/tilghman/verbose/main/asterisk.c Tue Feb 14 13:54:44 2012
@@ -4018,7 +4018,7 @@
/* We might have the option of showing a console, but for now just
do nothing... */
- ast_verb(0, "%s", term_color(tmp, "Asterisk Ready.\n", COLOR_BRWHITE, COLOR_BLACK, sizeof(tmp)));
+ ast_verb(0, "%s\n", term_color(tmp, "Asterisk Ready.", COLOR_BRWHITE, COLOR_BLACK, sizeof(tmp)));
if (ast_opt_no_fork) {
consolethread = pthread_self();
}
More information about the asterisk-commits
mailing list