summaryrefslogtreecommitdiff
path: root/isgps.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-27 17:40:48 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-27 17:40:48 -0400
commitd77d96c6d6150ffe24f1d57fd021d18f0c20901b (patch)
tree3f2c30d539431d552e9c9132c29f5304ad413420 /isgps.c
parent0a113e2f39e179e84b03e1da1947f401966d981e (diff)
downloadgpsd-d77d96c6d6150ffe24f1d57fd021d18f0c20901b.tar.gz
All gpsd_reportcalls are gone. Only the unused definitins are left.
Next, implement labeled reporting and fix up gpson to do the right thing. All regression tests pass.
Diffstat (limited to 'isgps.c')
-rw-r--r--isgps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isgps.c b/isgps.c
index eadf1795..896a7f64 100644
--- a/isgps.c
+++ b/isgps.c
@@ -141,7 +141,7 @@ unsigned int isgps_parity(isgps30bits_t th)
/*@ -charint @*/
#ifdef __UNUSED__
- gpsd_report(ISGPS_ERRLEVEL_BASE + 2, "ISGPS parity %u\n", p);
+ gpsd_notify(errout, ISGPS_ERRLEVEL_BASE + 2, "ISGPS parity %u\n", p);
#endif /* __UNUSED__ */
return (p);
}