mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Removed a redundant 'in brackets' message
This commit is contained in:
parent
f7acbe4cb6
commit
85d6da4c8f
@ -53,7 +53,7 @@ class XRYReportProcessor {
|
|||||||
} else {
|
} else {
|
||||||
logger.log(Level.SEVERE, String.format("[XRY DSP] XRY File (in brackets) "
|
logger.log(Level.SEVERE, String.format("[XRY DSP] XRY File (in brackets) "
|
||||||
+ "[ %s ] was found, but no parser to support its report type exists. "
|
+ "[ %s ] was found, but no parser to support its report type exists. "
|
||||||
+ "Report type is (in brackets) [ %s ]", xryFileReader.getReportPath().toString(), reportType));
|
+ "Report type is [ %s ]", xryFileReader.getReportPath().toString(), reportType));
|
||||||
}
|
}
|
||||||
xryFileReader.close();
|
xryFileReader.close();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user