mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 06:20:27 -04:00
* more simple warning message if xattr is not supported
This commit is contained in:
parent
10f4091ed4
commit
b8c8071127
@ -1441,7 +1441,7 @@ public class MediaDetection {
|
||||
}
|
||||
}
|
||||
} catch (Throwable t) {
|
||||
Logger.getLogger(MediaDetection.class.getClass().getName()).warning(t.toString());
|
||||
Logger.getLogger(MediaDetection.class.getClass().getName()).warning("Unable to store xattr: " + t.getMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user