mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
revert fb2ffbafe2
This commit is contained in:
@@ -931,17 +931,17 @@ static void print_banner(FILE *stream)
|
||||
WriteFile(hStdout, banner, (DWORD) strlen(banner), NULL, NULL);
|
||||
WriteFile(hStdout, cc, (DWORD) strlen(cc), NULL, NULL);
|
||||
SetConsoleTextAttribute(hStdout, wOldColorAttrs);
|
||||
|
||||
/* Print the rest info in default colors */
|
||||
fprintf(stream, "\n%s\n", inf);
|
||||
#elif SHOW_HUGE_CLUECON_NAG
|
||||
fprintf(stream, "%s%s%s%s%s%s\n%s\n",
|
||||
#else
|
||||
fprintf(stream,
|
||||
"%s%s%s%s%s%s\n%s\n",
|
||||
ESL_SEQ_DEFAULT_COLOR,
|
||||
ESL_SEQ_FYELLOW, ESL_SEQ_BBLUE,
|
||||
banner,
|
||||
cc, ESL_SEQ_DEFAULT_COLOR, inf);
|
||||
fprintf(stream, "%s", output_text_color);
|
||||
#else
|
||||
fprintf(stream, "%s%s%s\n%s\n", ESL_SEQ_DEFAULT_COLOR, banner, cc, inf);
|
||||
|
||||
fprintf(stream, "%s", output_text_color);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user