bright white for the message, similar to clang

This commit is contained in:
Lenny222 2013-07-07 20:45:57 +02:00 committed by Daniel Micay
parent 763d846dd3
commit ed54999065
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ fn print_diagnostic(topic: &str, lvl: level, msg: &str) {
}
print_maybe_colored(fmt!("%s: ", diagnosticstr(lvl)), diagnosticcolor(lvl));
stderr.write_str(fmt!("%s\n", msg));
print_maybe_colored(fmt!("%s\n", msg), term::color::BRIGHT_WHITE);
}
pub fn collect(messages: @mut ~[~str])