Skip to content

Commit

Permalink
Change stdout to stderr (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasreddy authored and marcusklaas committed Apr 13, 2016
1 parent 09440b5 commit 58b022c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -425,7 +425,7 @@ pub fn run(input: Input, config: &Config) {

let ignore_errors = config.write_mode == WriteMode::Plain;
if !ignore_errors {
print!("{}", report);
msg!("{}", report);
}

let mut out = stdout();
Expand Down

0 comments on commit 58b022c

Please sign in to comment.