fix: log error

This commit is contained in:
Simon Ding
2024-07-12 22:20:00 +08:00
parent f2ee307a03
commit 21e027d620

View File

@@ -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 {