From 531402341ca69fb4833bbe167d542a53d01fa71f Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Tue, 19 Sep 2017 15:33:22 -0700 Subject: PPS: rejected -> ignored. 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. --- ppsthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ppsthread.c') diff --git a/ppsthread.c b/ppsthread.c index 6819c6f1..46a92c39 100644 --- a/ppsthread.c +++ b/ppsthread.c @@ -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; } -- cgit v1.2.1