builder: cleanup pedantry

This commit is contained in:
Graham Christensen 2019-03-08 21:40:21 -05:00
parent be56ff1b1b
commit 16fba6f335
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -24,7 +24,7 @@ fn main() {
let cloner = checkout::cached_cloner(Path::new(&cfg.checkout.root)); let cloner = checkout::cached_cloner(Path::new(&cfg.checkout.root));
let nix = cfg.nix(); let nix = cfg.nix();
if cfg.feedback.full_logs != true { if !cfg.feedback.full_logs {
warn!("Please define feedback.full_logs in your configuration to true!"); warn!("Please define feedback.full_logs in your configuration to true!");
warn!("feedback.full_logs when true will cause the full build log to be sent back"); warn!("feedback.full_logs when true will cause the full build log to be sent back");
warn!("to the server, and be viewable by everyone."); warn!("to the server, and be viewable by everyone.");