fixed logging statement

Former-commit-id: bc04e34e4c39e739acf8bac7735a9e20cebc76a4
This commit is contained in:
Jeremy Long
2013-11-17 22:44:03 -05:00
parent acd118a58c
commit b0f3c76f76

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;
}