Remove extra newline in logging output.

This commit is contained in:
Josh Rickmar 2013-12-05 10:10:31 -05:00
parent 4bdb88f4bc
commit a9cc0d4465

View file

@ -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")