Skip to content

Commit

Permalink
Update log.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronriekenberg committed Feb 7, 2023
1 parent 9860fb8 commit f50fa09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ private val logger = KotlinLogging.logger {}
class NMAOffHeapCache : OffHeapCache<String, ByteBuffer> {

init {
logger.info { "initializing NMAOffHeapCache with asByteBuffer change" }
logger.info { "initializing NMAOffHeapCache" }
}

private val nativeMemoryAllocator = NativeMemoryAllocatorBuilder(
Expand Down

0 comments on commit f50fa09

Please sign in to comment.