Skip to content

Commit

Permalink
PPS: rejected -> ignored.
Browse files Browse the repository at this point in the history
Many people confuse rejecting the trainling PPS edge as rejecting
the entire PPS pulse.  Change reject to ignore to soften the blow.

Still needs more clarity.
  • Loading branch information
garyemiller committed Sep 19, 2017
1 parent 71a487d commit 5314023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppsthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ static void *gpsd_ppsmonitor(void *arg)
if ( !ok ) {
/* can not use this pulse, reject and retry */
thread_context->log_hook(thread_context, THREAD_PROG,
"PPS:%s %.10s rejected %.100s",
"PPS:%s %.10s ignored %.100s",
thread_context->devicename, edge_str, log);
continue;
}
Expand Down

0 comments on commit 5314023

Please sign in to comment.