mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-11 23:46:15 +00:00
add firewall comment
This commit is contained in:
parent
7cfd8ccd32
commit
d200a40bb6
@ -58,6 +58,8 @@ public final class Installer extends ModuleInstall {
|
||||
}
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
// This is a firewall exception should any issues occur
|
||||
// during temp directory deletion
|
||||
logger.log(Level.WARNING, "There was an error while cleaning up temp directory: " + (tempDirStr == null ? "<null>" : tempDirStr), ex);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user