From d77d96c6d6150ffe24f1d57fd021d18f0c20901b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 27 Aug 2014 17:40:48 -0400 Subject: 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. --- isgps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isgps.c') 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); } -- cgit v1.2.1