mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Cleanup.
This commit is contained in:
parent
2a121d27c1
commit
3c63e3d802
@ -322,8 +322,8 @@ public class ImageUtils {
|
|||||||
}
|
}
|
||||||
return ScalrWrapper.resizeHighQuality(image, iconSize, iconSize);
|
return ScalrWrapper.resizeHighQuality(image, iconSize, iconSize);
|
||||||
}
|
}
|
||||||
} catch (IOException ex) {
|
} catch (IOException iOException) {
|
||||||
LOGGER.log(Level.WARNING, "Failed to get thumbnail for " + getContentPathSafe(content), ex); //NON-NLS
|
LOGGER.log(Level.WARNING, "Failed to get thumbnail for " + getContentPathSafe(content), iOException); //NON-NLS
|
||||||
}
|
}
|
||||||
return DEFAULT_THUMBNAIL;
|
return DEFAULT_THUMBNAIL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user