Supress USB error message (#4839)

This commit is contained in:
Arkadiy Paronyan 2017-03-10 10:25:40 +01:00 committed by arkpar
parent 45402544d3
commit 36f74fdf0d

View File

@ -152,7 +152,7 @@ impl AccountProvider {
manager.set_key_path(if settings.hardware_wallet_classic_key { KeyPath::EthereumClassic } else { KeyPath::Ethereum });
hardware_store = Some(manager)
},
Err(e) => warn!("Error initializing hardware wallets: {}", e),
Err(e) => debug!("Error initializing hardware wallets: {}", e),
}
}
AccountProvider {