From 068a90a92337d8476a69ed0048723e7587f6209f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 27 Aug 2014 20:26:01 -0400 Subject: Now that the transition is done we can restore the gpsd_report name. All regression tests pass. --- driver_rtcm3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver_rtcm3.c') diff --git a/driver_rtcm3.c b/driver_rtcm3.c index 9756c62e..ffae5260 100644 --- a/driver_rtcm3.c +++ b/driver_rtcm3.c @@ -97,7 +97,7 @@ void rtcm3_unpack(const struct gps_context_t *context, rtcm->length = (uint)ugrab(10); rtcm->type = (uint)ugrab(12); - gpsd_notify(&context->errout, LOG_RAW, "RTCM3: type %d payload length %d\n", + gpsd_report(&context->errout, LOG_RAW, "RTCM3: type %d payload length %d\n", rtcm->type, rtcm->length); switch (rtcm->type) { -- cgit v1.2.1