Standardize on 'use log::*' for easy access to all log level macros

This commit is contained in:
Michael Vines
2019-02-27 20:57:01 -08:00
committed by Grimes
parent 855f1823a4
commit 0dc5af62ff
12 changed files with 13 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
#[macro_use]
extern crate solana;
use log::trace;
use log::*;
use solana::bank_forks::BankForks;
use solana::blocktree::{get_tmp_ledger_path, Blocktree};
use solana::blocktree_processor::BankForksInfo;