Skip to content

Commit

Permalink
move dependency logging to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume committed Mar 23, 2018
1 parent b61d3f0 commit 05d2b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/grin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fn log_build_info() {
let (basic_info, detailed_info, deps) = info_strings();
info!(LOGGER, "{}", basic_info);
debug!(LOGGER, "{}", detailed_info);
debug!(LOGGER, "{}", deps);
trace!(LOGGER, "{}", deps);
}

/// wrap below to allow UI to clean up on stop
Expand Down

0 comments on commit 05d2b1d

Please sign in to comment.