From 58717950a7882ba920aeb2044119237fb01f8085 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 2 Oct 2009 02:46:31 +0000 Subject: My bright idea to use timestamp() to set skyview times backfired... ...making the regression tests nondeterministic. Oh well. Fixed. All drivers now use the LOG_DATA convention. --- driver_oncore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver_oncore.c') diff --git a/driver_oncore.c b/driver_oncore.c index c88b497d..477ff612 100644 --- a/driver_oncore.c +++ b/driver_oncore.c @@ -276,7 +276,7 @@ oncore_msg_svinfo(struct gps_device_t *session, unsigned char *buf, size_t data_ } } - gpsd_report(LOG_DATA, "SVINFO: mask=SATELLITE\n"); + gpsd_report(LOG_DATA, "SVINFO: mask={SATELLITE}\n"); return SATELLITE_SET; } -- cgit v1.2.1