feat: change report

This commit is contained in:
崔竞宁
2022-09-14 12:06:53 +08:00
parent 7e7d887b2e
commit a63d804054
3 changed files with 18 additions and 15 deletions
+2 -2
View File
@@ -73,8 +73,8 @@ func main() {
}
for _, s := range r.NoSpaceSources {
logrus.Infof("restore unfinished: base= '%s' relative_path= '%s'", s.Base, s.RelativePath)
opts = append(opts, acp.AccurateSource(s.Base, s.RelativePath))
logrus.Infof("restore unfinished: base= '%s' relative_path= '%v'", s.Base, s.RelativePaths)
opts = append(opts, acp.AccurateSource(s.Base, s.RelativePaths...))
}
} else {
opts = append(opts, acp.Source(sources...))