summaryrefslogtreecommitdiff
path: root/libgps_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgps_core.c')
-rw-r--r--libgps_core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgps_core.c b/libgps_core.c
index 795a9018..9d05ce67 100644
--- a/libgps_core.c
+++ b/libgps_core.c
@@ -371,6 +371,8 @@ void libgps_dump_state(struct gps_data_t *collect)
sp->used ? 'Y' : 'N');
}
}
+ if (collect->set & RAW_SET)
+ (void)fprintf(debugfp, "RAW: got raw data\n");
if (collect->set & DEVICE_SET)
(void)fprintf(debugfp, "DEVICE: Device is '%s', driver is '%s'\n",
collect->dev.path, collect->dev.driver);