From 83a39c2093522837dfa25cdd290559fb91713255 Mon Sep 17 00:00:00 2001 From: richonguzman Date: Wed, 20 Aug 2025 13:01:36 -0400 Subject: [PATCH] syslog decoding update --- src/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.cpp b/src/utils.cpp index 962f904..4d9cbe2 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -323,7 +323,7 @@ namespace Utils { #else APRS_IS_Utils::upload(beaconPacket); #endif - if (Config.syslog.logBeaconOverTCPIP) SYSLOG_Utils::log(2, beaconPacket, 0, 0.0, 0); // APRSIS TX + if (Config.syslog.logBeaconOverTCPIP) SYSLOG_Utils::log(1, "tcp" + beaconPacket, 0, 0.0, 0); // APRSIS TX } if (Config.beacon.sendViaRF || backUpDigiMode) {