From c156357dc42afafe9efed3597588a33a6055031e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 13 Nov 2013 21:15:26 -0500 Subject: ppsbar -> pps. All regression tests pass. PPS is live in both gpsd and gpsmon. --- libgps_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libgps_core.c') 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; -- cgit v1.2.1