mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Fixed string in exception text
This commit is contained in:
parent
4ce381fe4f
commit
e56f28f813
@ -113,7 +113,7 @@ class SqliteTextExtractor extends ContentTextExtractor {
|
|||||||
throw new TextExtractorException(
|
throw new TextExtractorException(
|
||||||
String.format("Encountered a FileReaderInitException" //NON-NLS
|
String.format("Encountered a FileReaderInitException" //NON-NLS
|
||||||
+ " when trying to initialize a SQLiteReader" //NON-NLS
|
+ " when trying to initialize a SQLiteReader" //NON-NLS
|
||||||
+ " for Content with id: [%s], name: [%s].", //NON-NLS
|
+ " for AbstractFile with id: [%s], name: [%s].", //NON-NLS
|
||||||
source.getId(), source.getName()));
|
source.getId(), source.getName()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user