From a0ffa6bdab67a7c0693e8e16e06bcc89d84fca98 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Mon, 17 Mar 2014 15:06:50 -0500 Subject: [PATCH] Info -> Infof --- account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account.go b/account.go index ba83243..cb7e8f3 100644 --- a/account.go +++ b/account.go @@ -507,7 +507,7 @@ func (a *Account) RescanActiveAddresses() { height = a.SyncHeight() } - log.Info("Beginning rescan (height %d) for account '%v'", + log.Infof("Beginning rescan (height %d) for account '%v'", height, a.name) // Rescan active addresses starting at the determined block height.