Fix go vet errors

This commit is contained in:
nemunaire 2022-07-08 23:11:11 +02:00
commit e84b1d67cb
8 changed files with 16 additions and 12 deletions

View file

@ -261,7 +261,7 @@ func BuildExercice(i Importer, theme *fic.Theme, epath string, dmap *map[int64]*
if !resolutionFound {
if LogMissingResolution {
log.Printf("%q: no resolution video or text file found in %s", edir, epath, epath)
log.Printf("%q: no resolution video or text file found in %s", edir, epath)
} else {
errs = append(errs, fmt.Errorf("no resolution video or text file found in %s", epath))
}