fixed logging statement

Former-commit-id: d2f20844c229d73321b3832d9dec22f4e7a55e5b
This commit is contained in:
Jeremy Long
2013-11-17 22:44:03 -05:00
parent b6e0fa9085
commit 1b6cb61f8a

View File

@@ -181,7 +181,7 @@ public class CpeMemoryIndex {
try {
indexReader.close();
} catch (IOException ex) {
Logger.getLogger(CpeIndexReader.class.getName()).log(Level.FINEST, null, ex);
Logger.getLogger(CpeMemoryIndex.class.getName()).log(Level.FINEST, null, ex);
}
indexReader = null;
}