* 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
1 changed files with 1 additions and 1 deletions

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