Skip to content

Commit

Permalink
change log level
Browse files Browse the repository at this point in the history
Signed-off-by: Lawrence Lee <[email protected]>
  • Loading branch information
theasianpianist committed Jan 13, 2025
1 parent a060b1c commit 290cbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/notificationconsumer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void swss::NotificationConsumer::pop(std::string &op, std::string &data, std::ve
*
* Force the memory to be released by destroying existing queue and creating a new one.
*/
SWSS_LOG_DEBUG("%s queue is empty, calling malloc_trim()", m_channel.c_str());
SWSS_LOG_INFO("%s queue is empty, calling malloc_trim()", m_channel.c_str());
int rv = malloc_trim(0);
if (rv == 1)
{
Expand Down

0 comments on commit 290cbfc

Please sign in to comment.