Skip to content

Commit 4f4583d

Browse files
committed
Issue 66 - In log.c (line 242) "telemetry" should be inserted ahead of "comment" in the header string to be written out.
1 parent c9f846b commit 4f4583d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: log.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ void log_write (int chan, decode_aprs_t *A, packet_t pp, alevel_t alevel, retry_
239239
// only if this will be the first line.
240240

241241
if ( ! already_there) {
242-
fprintf (g_log_fp, "chan,utime,isotime,source,heard,level,error,dti,name,symbol,latitude,longitude,speed,course,altitude,frequency,offset,tone,system,status,comment\n");
242+
fprintf (g_log_fp, "chan,utime,isotime,source,heard,level,error,dti,name,symbol,latitude,longitude,speed,course,altitude,frequency,offset,tone,system,status,telemetry,comment\n");
243243
}
244244
}
245245

0 commit comments

Comments
 (0)