mirror of
https://github.com/mimblewimble/grin.git
synced 2025-05-07 17:51:14 +03:00
move dependency logging to trace
This commit is contained in:
parent
b61d3f07d9
commit
05d2b1df1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue