contractcourt/commit_sweep_resolver: reduce log msg to warn
This commit is contained in:
parent
9ed14a50a4
commit
43b9318b2d
@ -248,7 +248,7 @@ func (c *commitSweepResolver) Resolve() (ContractResolver, error) {
|
||||
// it's likely what we sent was actually a revoked
|
||||
// commitment. Report the error and continue to wrap up
|
||||
// the contract.
|
||||
c.log.Errorf("local commitment output was swept by "+
|
||||
c.log.Warnf("local commitment output was swept by "+
|
||||
"remote party via %v", sweepResult.Tx.TxHash())
|
||||
recovered = false
|
||||
case nil:
|
||||
|
Loading…
Reference in New Issue
Block a user