Skip to content

Commit

Permalink
Wording change for the log message
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Sutton <adrian@symphonious.net>
  • Loading branch information
fab-10 and ajsutton authored Aug 19, 2022
1 parent 8f212e1 commit 18bdfc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ private void detectJemalloc() {
.ifPresentOrElse(
present -> logger.info("Using jemalloc"),
() ->
logger.info("jemalloc not found, you could improve memory usage installing it"));
logger.info("jemalloc library not found, memory usage may be reduced by installing it"));
}
}

Expand Down

0 comments on commit 18bdfc7

Please sign in to comment.