summaryrefslogtreecommitdiff
path: root/ppsthread.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2016-05-06 11:51:15 -0700
committerGary E. Miller <gem@rellim.com>2016-05-06 11:51:15 -0700
commit774f18e9e27a5934fd0e3e514ea47de88ca9b5ba (patch)
tree25b4d538732572ac6096bed463965f8d3435d99c /ppsthread.c
parentef192dffc05dde44a40d969dd008bd97484ecbac (diff)
downloadgpsd-774f18e9e27a5934fd0e3e514ea47de88ca9b5ba.tar.gz
Fix a KPPS log mistakenly marked PPS.
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 936e8a93..899b9528 100644
--- a/ppsthread.c
+++ b/ppsthread.c
@@ -1133,7 +1133,7 @@ static void *gpsd_ppsmonitor(void *arg)
#if defined(HAVE_SYS_TIMEPPS_H)
if (inner_context.kernelpps_handle > 0) {
thread_context->log_hook(thread_context, THREAD_PROG,
- "PPS:%s descriptor cleaned up\n",
+ "KPPS:%s descriptor cleaned up\n",
thread_context->devicename);
(void)time_pps_destroy(inner_context.kernelpps_handle);
}