diff --git a/account.go b/account.go index 30851f5..57b944e 100644 --- a/account.go +++ b/account.go @@ -655,7 +655,7 @@ func ReqSpentUtxoNtfns(credits []*tx.Credit) { ops := make([]*btcwire.OutPoint, 0, len(credits)) for _, c := range credits { op := c.OutPoint() - log.Debugf("Requesting spent UTXO notifications for Outpoint " + + log.Debugf("Requesting spent UTXO notifications for Outpoint "+ "hash %s index %d", op.Hash, op.Index) ops = append(ops, op) }