Info -> Infof
This commit is contained in:
parent
089fa9de18
commit
a0ffa6bdab
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue