From efedd6a53cce0d1cc075a1ee786138d4ebe8a1d5 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Wed, 1 Jul 2026 17:13:40 -0400 Subject: [PATCH] disable accidentally enabled debug trace; --- src/fne/network/callhandler/TagP25Data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fne/network/callhandler/TagP25Data.cpp b/src/fne/network/callhandler/TagP25Data.cpp index def31fd0..cc0c319e 100644 --- a/src/fne/network/callhandler/TagP25Data.cpp +++ b/src/fne/network/callhandler/TagP25Data.cpp @@ -1814,7 +1814,7 @@ bool TagP25Data::validate(uint32_t peerId, lc::LC& control, DUID::E duid, const if ((tg.config().strapping() != lookups::TG_STRAPPING_SELECTABLE) && (frameType == FrameType::HDU_VALID || duid == DUID::LDU2)) { // is the TG strapped but the LC is reporting unencrypted? if (tg.config().strapping() == lookups::TG_STRAPPING_STRAPPED) { - LogDebugEx(LOG_P25, "TagP25Data::validate()", "tgId = %u, duid = $%02X, strapping = %u, algId = $%02X", control.getDstId(), (uint8_t)duid, tg.config().strapping(), control.getAlgId()); + //LogDebugEx(LOG_P25, "TagP25Data::validate()", "tgId = %u, duid = $%02X, strapping = %u, algId = $%02X", control.getDstId(), (uint8_t)duid, tg.config().strapping(), control.getAlgId()); if (control.getAlgId() == P25DEF::ALGO_UNENCRYPT) { // report error event to InfluxDB if (m_network->m_enableInfluxDB) {