summaryrefslogtreecommitdiff
path: root/driver_rtcm3.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_rtcm3.c')
-rw-r--r--driver_rtcm3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver_rtcm3.c b/driver_rtcm3.c
index ffae5260..11bc504d 100644
--- a/driver_rtcm3.c
+++ b/driver_rtcm3.c
@@ -97,8 +97,8 @@ void rtcm3_unpack(const struct gps_context_t *context,
rtcm->length = (uint)ugrab(10);
rtcm->type = (uint)ugrab(12);
- gpsd_report(&context->errout, LOG_RAW, "RTCM3: type %d payload length %d\n",
- rtcm->type, rtcm->length);
+ gpsd_log(&context->errout, LOG_RAW, "RTCM3: type %d payload length %d\n",
+ rtcm->type, rtcm->length);
switch (rtcm->type) {
case 1001: /* GPS Basic RTK, L1 Only */