diff --git a/tests/p25/HDU_RS_Test.cpp b/tests/p25/HDU_RS_Test.cpp index 5ca37daa..afcc5a66 100644 --- a/tests/p25/HDU_RS_Test.cpp +++ b/tests/p25/HDU_RS_Test.cpp @@ -79,7 +79,7 @@ TEST_CASE("HDU", "[Reed-Soloman 36,20,17 Test]") { try { bool ret = m_rs.decode362017(rs); if (!ret) { - fprintf(stdout, "LC::decodeHDU(), failed to decode RS (36,20,17) FEC\n"); + ::LogDebug("T", "LC::decodeHDU(), failed to decode RS (36,20,17) FEC\n"); failed = true; goto cleanup; }