summaryrefslogtreecommitdiff
path: root/ppsthread.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2017-09-19 15:33:22 -0700
committerGary E. Miller <gem@rellim.com>2017-09-19 15:33:22 -0700
commit531402341ca69fb4833bbe167d542a53d01fa71f (patch)
tree206d80cf17d6157df4c1717fa370a63b1b5fd086 /ppsthread.c
parent71a487d83346708549252b6d4b062b3aabe45480 (diff)
downloadgpsd-531402341ca69fb4833bbe167d542a53d01fa71f.tar.gz
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.
Diffstat (limited to 'ppsthread.c')
-rw-r--r--ppsthread.c2
1 files changed, 1 insertions, 1 deletions
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;
}