mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 11:57:44 +08:00
Fix typo in log message
This commit is contained in:
parent
f00b49be58
commit
fe97eee1c9
@ -54,7 +54,7 @@ func RunMigration(ctx context.Context, fetcher Fetcher, targetVer int, ipfsDir s
|
||||
}
|
||||
}
|
||||
|
||||
log.Print("Need", len(missing), "migrations, downloading.")
|
||||
log.Println("Need", len(missing), "migrations, downloading.")
|
||||
|
||||
tmpDir, err := ioutil.TempDir("", "migrations")
|
||||
if err != nil {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user