print message when recreating images for the scan process

This commit is contained in:
bill
2019-10-18 20:35:53 +03:00
parent 8d2df527b7
commit 2693a2b22f

View File

@@ -171,6 +171,7 @@ func (t *ScanTask) makeScreenshots(probeResult *ffmpeg.VideoFile, checksum strin
logger.Error(err.Error()) logger.Error(err.Error())
return return
} }
logger.Infof("Regenerating images for %s", t.FilePath)
} }
if !thumbExists { if !thumbExists {