Skip to content

Commit

Permalink
Switch to misc logger
Browse files Browse the repository at this point in the history
Signed-off-by: Kateryna Nezdolii <kateryna.nezdolii@gmail.com>
  • Loading branch information
nezdolik committed May 27, 2024
1 parent 03989b7 commit 52c9908
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/common/memory/stats.cc
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ AllocatorManager::AllocatorManager(
api_(api) {
#if defined(GPERFTOOLS_TCMALLOC)
if (bytes_to_release_ > 0) {
ENVOY_LOG(error, "Memory releasing is not supported for gperf tcmalloc, no memory releasing "
"will be configured.");
ENVOY_LOG_MISC(error,
"Memory releasing is not supported for gperf tcmalloc, no memory releasing "
"will be configured.");
}
#elif defined(TCMALLOC)
configureBackgroundMemoryRelease();
Expand Down

0 comments on commit 52c9908

Please sign in to comment.