mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-08 03:27:27 +08:00
fix: log error
This commit is contained in:
@@ -58,7 +58,7 @@ func (w *WebdavStorage) Move(local, remote string) error {
|
||||
}
|
||||
}
|
||||
}
|
||||
log.Infof("file copy complete: %d", remoteName)
|
||||
log.Infof("file copy complete: %v", remoteName)
|
||||
return nil
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user