Logging fixes and lint

This commit is contained in:
Jobobby04
2021-03-31 14:29:27 -04:00
parent 6951314744
commit 367d95c825
4 changed files with 14 additions and 6 deletions
@@ -95,7 +95,7 @@ class MemAutoFlushingLookupTable<T>(
}
}
} catch (e: FileNotFoundException) {
xLogD("Lookup table not found!", e)
this@MemAutoFlushingLookupTable.xLogD("Lookup table not found!", e)
// Ignored
}