lib/model: Fix warning log statement (ref #8583) (#8584)

This commit is contained in:
Simon Frei 2022-10-05 18:45:37 +02:00 committed by GitHub
parent b6bb67b142
commit a0c80e030a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1792,7 +1792,7 @@ loop:
// use this change time to check for changes to xattrs etc
// on next scan.
if err := f.updateFileInfoChangeTime(&job.file); err != nil {
l.Warnln("Error updating metadata for %q at database commit: %v", job.file.Name, err)
l.Warnf("Error updating metadata for %v at database commit: %v", job.file.Name, err)
}
}
job.file.Sequence = 0