Lower the level of a spammy log line.

This commit is contained in:
Mike Hearn 2012-02-13 20:47:52 +01:00
parent d08f2f7808
commit 5bc9e49941

View File

@ -323,7 +323,7 @@ public class Wallet implements Serializable {
// - Send us coins
// - Spend our coins
if (!isTransactionRelevant(tx, true)) {
log.info("Received tx that isn't relevant to this wallet, discarding.");
log.debug("Received tx that isn't relevant to this wallet, discarding.");
return;
}