Commit f42e16df authored by Łukasz Magiera's avatar Łukasz Magiera
Browse files

Fix log in migrateFile

parent 2290bd99
...@@ -94,7 +94,7 @@ func migrateFile(from, to string, symlink bool) error { ...@@ -94,7 +94,7 @@ func migrateFile(from, to string, symlink bool) error {
return os.Symlink(from, to) return os.Symlink(from, to)
} }
log.Info("copy %s -> %s", from, to) log.Infof("copy %s -> %s", from, to)
return dcopy.Copy(from, to) return dcopy.Copy(from, to)
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment