Remove extra newline in logging output.
This commit is contained in:
parent
4bdb88f4bc
commit
a9cc0d4465
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ func updateOldFileLocations() {
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Infof("Updating old file locations for account %v\n", account)
|
log.Infof("Updating old file locations for account %v", account)
|
||||||
|
|
||||||
// Move old wallet.bin, if any.
|
// Move old wallet.bin, if any.
|
||||||
old := filepath.Join(cfg.DataDir, fi[i].Name(), "wallet.bin")
|
old := filepath.Join(cfg.DataDir, fi[i].Name(), "wallet.bin")
|
||||||
|
|
Loading…
Reference in a new issue