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);