From ed7298f4c3d9e4562f981920865a5a792849019c Mon Sep 17 00:00:00 2001 From: Jason P Date: Wed, 5 Nov 2025 10:38:22 -0600 Subject: [PATCH] Update CannedMessageModule.cpp --- src/modules/CannedMessageModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/CannedMessageModule.cpp b/src/modules/CannedMessageModule.cpp index fc1cc15e5..f435f6060 100644 --- a/src/modules/CannedMessageModule.cpp +++ b/src/modules/CannedMessageModule.cpp @@ -978,7 +978,7 @@ void CannedMessageModule::sendText(NodeNum dest, ChannelIndex channel, const cha LOG_INFO("Proactively adding %x as favorite node", p->to); nodeDB->set_favorite(true, p->to); } else { - LOG_DEBUG("Not favoriting node %x as we are CLIENT_BASE role", dest); + LOG_DEBUG("Not favoriting node %x as we are CLIENT_BASE role", p->to); } screen->setFrames(graphics::Screen::FOCUS_PRESERVE);