mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +00:00
downgrade log entry to info when case is closed
This commit is contained in:
parent
88a6163566
commit
9fe88f29d5
@ -388,7 +388,7 @@ public class ImageUtils {
|
|||||||
String cacheDirectory = Case.getCurrentCaseThrows().getCacheDirectory();
|
String cacheDirectory = Case.getCurrentCaseThrows().getCacheDirectory();
|
||||||
return Paths.get(cacheDirectory, "thumbnails", fileID + ".png").toFile(); //NON-NLS
|
return Paths.get(cacheDirectory, "thumbnails", fileID + ".png").toFile(); //NON-NLS
|
||||||
} catch (NoCurrentCaseException e) {
|
} catch (NoCurrentCaseException e) {
|
||||||
LOGGER.log(Level.WARNING, "Could not get cached thumbnail location. No case is open."); //NON-NLS
|
LOGGER.log(Level.INFO, "Could not get cached thumbnail location. No case is open."); //NON-NLS
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user