diff --git a/Core/src/org/sleuthkit/autopsy/datasourceprocessors/xry/XRYReportProcessor.java b/Core/src/org/sleuthkit/autopsy/datasourceprocessors/xry/XRYReportProcessor.java index 2d3bfc110a..f89af3c021 100755 --- a/Core/src/org/sleuthkit/autopsy/datasourceprocessors/xry/XRYReportProcessor.java +++ b/Core/src/org/sleuthkit/autopsy/datasourceprocessors/xry/XRYReportProcessor.java @@ -53,7 +53,7 @@ class XRYReportProcessor { } else { logger.log(Level.SEVERE, String.format("[XRY DSP] XRY File (in brackets) " + "[ %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(); }