mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
People: Improve logging, command help, and handling of broken files #22
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user