People: Improve logging, command help, and handling of broken files #22

This commit is contained in:
Michael Mayer
2021-10-05 18:42:39 +02:00
parent 00ced8137b
commit f7153cdd21
43 changed files with 873 additions and 722 deletions

View File

@@ -77,7 +77,7 @@ func StartImport(router *gin.RouterGroup) {
}
if len(f.Albums) > 0 {
log.Debugf("import: files will be added to album %s", strings.Join(f.Albums, " and "))
log.Debugf("import: adding files to album %s", strings.Join(f.Albums, " and "))
opt.Albums = f.Albums
}