If filmstrip dir doesn't exist, we logged that as error before

This commit is contained in:
soulgalore 2020-11-23 14:49:54 +01:00
parent 03d081b26e
commit 8a6a8626aa
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ module.exports = {
fileName = entry.file;
}
} catch (e) {
log.error('Could not read filmstrip dir', e);
log.info('Could not read filmstrip dir', e);
}
return toTheFront;
}