Fix typo in log message
gammazero committed
Mar 26, 2021 at 00:48 UTC
fe97eee1c90bc8ca29bc84753b7c723615688f2d
1 file changed
+1
-1
repo/fsrepo/migrations/migrations.go
+1
-1
@@ -54,7 +54,7 @@ func RunMigration(ctx context.Context, fetcher Fetcher, targetVer int, ipfsDir s
54
}
55
}
56
57
- log.Print("Need", len(missing), "migrations, downloading.")
57
+ log.Println("Need", len(missing), "migrations, downloading.")
58
59
tmpDir, err := ioutil.TempDir("", "migrations")
60
if err != nil {