mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
* use SEVERE warning when clutter file filter is unavailable
This commit is contained in:
parent
b38d9768fc
commit
e6eef706e4
@ -88,7 +88,7 @@ public class MediaDetection {
|
||||
try {
|
||||
clutterFile = releaseInfo.getClutterFileFilter();
|
||||
} catch (IOException e) {
|
||||
Logger.getLogger(MediaDetection.class.getClass().getName()).log(Level.WARNING, "Unable to access clutter file filter: " + e.getMessage(), e);
|
||||
Logger.getLogger(MediaDetection.class.getClass().getName()).log(Level.SEVERE, "Unable to access clutter file filter: " + e.getMessage(), e);
|
||||
return ((File f) -> false);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user