Lower a bunch of debug
Can't afford to be printing on every transaction error, it will slow the system down.
This commit is contained in:
committed by
sakridge
parent
92e1c4c531
commit
0482f153d0
@@ -861,7 +861,7 @@ impl Accounts {
|
||||
for k in keys {
|
||||
if locks.contains(k) {
|
||||
error_counters.account_in_use += 1;
|
||||
error!("Account in use: {:?}", k);
|
||||
debug!("Account in use: {:?}", k);
|
||||
return Err(TransactionError::AccountInUse);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user