mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Fix logging in corecomponents.Installer
This commit is contained in:
parent
1d56106d6e
commit
23a6618bb2
@ -107,8 +107,8 @@ public class Installer extends ModuleInstall {
|
||||
if (Case.isCaseOpen()) {
|
||||
Case.getCurrentCase().closeCase();
|
||||
}
|
||||
} catch (CaseActionException | IllegalStateException ignored) {
|
||||
// Exception already logged. Shutting down, no need to do popup.
|
||||
} catch (CaseActionException | IllegalStateException ex) {
|
||||
logger.log(Level.SEVERE, "Error closing case", ex); //NON-NLS
|
||||
}
|
||||
}).start();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user