add firewall comment

This commit is contained in:
Greg DiCristofaro 2020-08-20 07:19:54 -04:00
parent 7cfd8ccd32
commit d200a40bb6

View File

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