* 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) {
|
} 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…
Reference in New Issue