diff --git a/reflector/YSFProtocol.cpp b/reflector/YSFProtocol.cpp index f8828cc..cf82b95 100644 --- a/reflector/YSFProtocol.cpp +++ b/reflector/YSFProtocol.cpp @@ -826,7 +826,9 @@ bool CYsfProtocol::IsValidwirexPacket(const CBuffer &Buffer, CYSFFICH *Fich, CCa } else { - std::cout << "Wires-X unknown command" << std::endl; +#ifdef DEBUG + Dump("Unknown Wires-X command:", command + 1U, 3); +#endif *Cmd = WIRESX_CMD_UNKNOWN; *Arg = 0; valid = false;