Added more efficient logging.

This commit is contained in:
amontano 2006-10-14 07:27:00 +00:00
parent 47c25159a6
commit 3ec4a69012
3 changed files with 26 additions and 18 deletions

View file

@ -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");