From 04a6cb2176ccf47d04bc40a28067ffcedfe41021 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Tue, 6 May 2014 13:22:57 -0500 Subject: [PATCH] go fmt --- account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }