Added more efficient logging.
This commit is contained in:
parent
47c25159a6
commit
3ec4a69012
3 changed files with 26 additions and 18 deletions
|
@ -151,7 +151,7 @@ public class FileSyllableListTree implements SyllableListTree
|
|||
{
|
||||
// something is wrong
|
||||
ScannerLogger sl = new ScannerLogger();
|
||||
sl.writeLog("Crash\tFileSyllableListTree\t" + "size: " + fileSize + "; bytes: " + Integer.toHexString(pos));
|
||||
sl.writeLog("1\tFileSyllableListTree\t" + "size: " + fileSize + "; bytes: " + Integer.toHexString(pos));
|
||||
|
||||
// try to open again, but not corrupting the file
|
||||
wordRaf = new RandomAccessFile(archivo + ".wrd", "r");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue