Skip to content

Commit 0312663

Browse files
committed
tapgarden: cleanup log message
1 parent 5f878ac commit 0312663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tapgarden/custodian.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ func (c *Custodian) receiveProof(addr *address.Tap, op wire.OutPoint,
605605
err)
606606
}
607607

608-
log.Debugf("Received proof for: script_key=%x, asset_id=%x",
608+
log.Debugf("Proof received (script_key=%x, asset_id=%x)",
609609
scriptKeyBytes, assetID[:])
610610

611611
ctx, cancel = c.CtxBlocking()

0 commit comments

Comments
 (0)