mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
Modified exception message
This commit is contained in:
parent
1aec288485
commit
98c16c61d6
@ -75,7 +75,7 @@ final class ReportingConfigLoader {
|
||||
|
||||
// Return null if a reporting configuration for the given name does not exist.
|
||||
if (!reportDirectory.exists()) {
|
||||
throw new ReportConfigException("Unable to find report configuration folder " + reportDirPath.toString());
|
||||
throw new ReportConfigException("Unable to find report configuration folder for " + reportDirPath.toString() + ". Please configure in the application Options panel.");
|
||||
}
|
||||
|
||||
if (!reportDirectory.isDirectory() || !reportDirectory.canRead()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user