From 105ec2098cf6f955854be7ca3e6b2aa8d4dfb114 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Tue, 3 Dec 2019 14:15:54 +0800 Subject: [PATCH] "unreliable_tracks" -> "unreliable" in stats json as suggested in #56 --- net_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net_io.c b/net_io.c index 0c9b6cc..a946829 100644 --- a/net_io.c +++ b/net_io.c @@ -1573,7 +1573,7 @@ static char * appendStatsJson(char *p, ",\"cpu\":{\"demod\":%llu,\"reader\":%llu,\"background\":%llu}" ",\"tracks\":{\"all\":%u" ",\"single_message\":%u" - ",\"unreliable_tracks\":%u}" + ",\"unreliable\":%u}" ",\"messages\":%u}", st->cpr_surface, st->cpr_airborne,