Skip to content

Commit

Permalink
fix: log error
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ding committed Jul 12, 2024
1 parent f2ee307 commit 21e027d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/webdav.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 21e027d

Please sign in to comment.