Made logging output more consistent

This commit is contained in:
Logan G 2024-12-31 21:57:38 -07:00
parent e572753284
commit 494a8d4f16
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -187,7 +187,7 @@ func main() {
continue continue
} }
} else { } else {
log.Infof("Video %s already exists, skipping", v.Title) log.Infof("Skipping existing video \"%s\".", v.Title)
continue continue
} }
} }