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.