Info -> Infof

This commit is contained in:
Josh Rickmar 2014-03-17 15:06:50 -05:00
parent 089fa9de18
commit a0ffa6bdab

View file

@ -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.