Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Jun 1, 2021
1 parent bbb1669 commit 09ba3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ fn log(level: LogLevel, msg: &str, color: &mut Colors) {
match level {
LogLevel::WARNING => eprint!("{} {}", warn.paint("::"), msg),
LogLevel::ERROR => eprint!("{} {}", err.paint("error:"), msg),
LogLevel::DEBUG if debug => eprint!("debug:pubring.gpg {}", msg),
LogLevel::DEBUG if debug => eprint!("debug: {}", msg),
_ => (),
}
}

0 comments on commit 09ba3ad

Please sign in to comment.