1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* more simple warning message if xattr is not supported

This commit is contained in:
Reinhard Pointner 2014-07-17 16:19:37 +00:00
parent 10f4091ed4
commit b8c8071127

View File

@ -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());
}
}
}