mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 19:47:47 +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
|
return nil
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user