mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
contractcourt/commit_sweep_resolver: reduce log msg to warn
This commit is contained in:
parent
9ed14a50a4
commit
43b9318b2d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue