summaryrefslogtreecommitdiff
path: root/libgps_core.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-13 21:15:26 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-13 21:15:26 -0500
commitc156357dc42afafe9efed3597588a33a6055031e (patch)
tree1910eaa98378e6c4aa922ab53a128c454ac74380 /libgps_core.c
parentcfc75901928f2eb1ce3de20a747b2d01fb11093d (diff)
downloadgpsd-c156357dc42afafe9efed3597588a33a6055031e.tar.gz
ppsbar -> pps.
All regression tests pass. PPS is live in both gpsd and gpsmon.
Diffstat (limited to 'libgps_core.c')
-rw-r--r--libgps_core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgps_core.c b/libgps_core.c
index 9d6b21a9..bbaf8957 100644
--- a/libgps_core.c
+++ b/libgps_core.c
@@ -321,14 +321,14 @@ void libgps_dump_state(struct gps_data_t *collect)
collect->version.proto_minor);
if (collect->set & POLICY_SET)
(void)fprintf(debugfp,
- "POLICY: watcher=%s nmea=%s raw=%d scaled=%s timing=%s, split24=%s ppsbar=%s, devpath=%s\n",
+ "POLICY: watcher=%s nmea=%s raw=%d scaled=%s timing=%s, split24=%s pps=%s, devpath=%s\n",
collect->policy.watcher ? "true" : "false",
collect->policy.nmea ? "true" : "false",
collect->policy.raw,
collect->policy.scaled ? "true" : "false",
collect->policy.timing ? "true" : "false",
collect->policy.split24 ? "true" : "false",
- collect->policy.ppsbar ? "true" : "false",
+ collect->policy.pps ? "true" : "false",
collect->policy.devpath);
if (collect->set & SATELLITE_SET) {
int i;