Ready to add the preview feature.

This commit is contained in:
zicla
2018-11-26 18:12:42 +08:00
parent f83dec5f80
commit 8cede9c087
3 changed files with 18 additions and 19 deletions

View File

@ -140,7 +140,7 @@ func (this *ImageCacheDao) Delete(imageCache *ImageCache) {
err := os.Remove(CONFIG.MatterPath + imageCache.Path)
if err != nil {
LogError(fmt.Sprintf("删除磁盘上的文件出错,不做任何处理"))
LogError(fmt.Sprintf("删除磁盘上的文件出错,不做任何处理 %s", err.Error()))
}
}