mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-06 23:21:00 +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