If filmstrip dir doesn't exist, we logged that as error before
This commit is contained in:
parent
03d081b26e
commit
8a6a8626aa
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue