Skip to content

Commit 9b10f1c

Browse files
committed
log level for collect garbage
1 parent d95481f commit 9b10f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ethcore/src/client/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@ impl Client {
15891589
match machine.verify_transaction(tx.signed(), block_header, self) {
15901590
Ok(_) => true,
15911591
Err(e) => {
1592-
info!(target: "client", "collected garbage transaction from {:?}: {:?} reason: {:?}", tx.signed().sender(), tx.signed().hash, e);
1592+
trace!(target: "client", "collected garbage transaction from {:?}: {:?} reason: {:?}", tx.signed().sender(), tx.signed().hash, e);
15931593
false
15941594
},
15951595
});

0 commit comments

Comments
 (0)