summaryrefslogtreecommitdiff
path: root/driver_oncore.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-10-02 02:46:31 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-10-02 02:46:31 +0000
commit58717950a7882ba920aeb2044119237fb01f8085 (patch)
tree65c40626e4d470b67512d8a94fa8c9bea703648d /driver_oncore.c
parentee286538bb8476ed968615383f938c6c7719a5f3 (diff)
downloadgpsd-58717950a7882ba920aeb2044119237fb01f8085.tar.gz
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.
Diffstat (limited to 'driver_oncore.c')
-rw-r--r--driver_oncore.c2
1 files changed, 1 insertions, 1 deletions
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;
}