From 897d8c7d925cab8fae28beef1421afeb602bc550 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Thu, 29 Sep 2016 17:48:29 +0100 Subject: [PATCH] Remove annoying RS decoder failure log message. --- P25Data.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/P25Data.cpp b/P25Data.cpp index 1933590..a2d6b48 100644 --- a/P25Data.cpp +++ b/P25Data.cpp @@ -97,10 +97,8 @@ bool CP25Data::decodeLDU1(const unsigned char* data) decodeLDUHamming(raw, rs + 15U); bool ret = m_rs241213.decode(rs); - if (!ret) { - LogDebug("P25, uncorrectable errors in the RS(24,12,13) code"); + if (!ret) return false; - } switch (m_lcf) { case P25_LCF_GROUP: