1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-18 13:48:41 -04:00

main loop went into tight loop, more debug prints

This commit is contained in:
craigerl
2020-12-05 19:23:17 -08:00
parent b597228719
commit a4faa7614c
+2 -1
View File
@@ -652,10 +652,11 @@ def main(args=args):
searchstring = '::%s' % user
# is aprs message to us, not beacon, status, etc
if re.search(searchstring, line):
LOG.debug("main: about to process_message")
(fromcall, message, ack) = process_message(line)
else:
message = "noise"
LOG.debug("continue: noise")
LOG.debug("continue: noise: " + line)
continue
# ACK (ack##)