diff --git a/updates.go b/updates.go index ae0e8a9..978b2b6 100644 --- a/updates.go +++ b/updates.go @@ -102,7 +102,7 @@ func updateOldFileLocations() { 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. old := filepath.Join(cfg.DataDir, fi[i].Name(), "wallet.bin")