diff --git a/src/modules/RepeaterModule.cpp b/src/modules/RepeaterModule.cpp index 06147f9f2..d9e1fa686 100644 --- a/src/modules/RepeaterModule.cpp +++ b/src/modules/RepeaterModule.cpp @@ -9,7 +9,7 @@ RepeaterModule *repeaterModule; bool RepeaterModule::handleReceivedProtobuf(const meshtastic_MeshPacket &mp, meshtastic_Routing *r) { - printPacket("Repeater rebroadcasting", &mp); + printPacket("Repeater rebroadcasting message", &mp); meshtastic_MeshPacket *p = const_cast(&mp); router->send(p); return true;