summaryrefslogtreecommitdiff
path: root/subframe.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2010-12-18 15:38:38 -0800
committerGary E. Miller <gem@rellim.com>2010-12-18 15:38:38 -0800
commitea28a32ae61adf64ebd657d48c4686fb1069fca8 (patch)
tree00a1d8f33724f4826d0e336969d94dca42d51ff3 /subframe.c
parente49f3a9027c5f9675cb7cad3f2635a146ea2c4f2 (diff)
downloadgpsd-ea28a32ae61adf64ebd657d48c4686fb1069fca8.tar.gz
Tweak to the subframe log format.
Diffstat (limited to 'subframe.c')
-rw-r--r--subframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subframe.c b/subframe.c
index 8fe71129..65f1133b 100644
--- a/subframe.c
+++ b/subframe.c
@@ -126,7 +126,7 @@ void gpsd_interpret_subframe(struct gps_device_t *session,
alert = ((words[1] >> 6) & 0x01);
antispoof = ((words[1] >> 6) & 0x01);
gpsd_report(LOG_PROG,
- "50B: Subframe:%d SV:%2u TOW17:%6u Alert:%u AS:%u"
+ "50B: SF:%d SV:%2u TOW17:%6u Alert:%u AS:%u"
"\n",
subframe, svid, tow17, alert, antispoof);
/*