summaryrefslogtreecommitdiff
path: root/timehint.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-01 18:45:29 -0700
committerGary E. Miller <gem@rellim.com>2015-04-01 18:45:29 -0700
commit7084a76e7f0d9e0eeacea5a7236ab12c838eaa1d (patch)
treea7d302b6ae662af97d8d9114c475657765d47d8a /timehint.c
parent8a3ef363f9cffd351633a785fbc3512ec6c35ef5 (diff)
downloadgpsd-7084a76e7f0d9e0eeacea5a7236ab12c838eaa1d.tar.gz
Move ntpshm_put() logging to PROG from RAW.
Only once a second.
Diffstat (limited to 'timehint.c')
-rw-r--r--timehint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/timehint.c b/timehint.c
index d72921d5..14ba5d2b 100644
--- a/timehint.c
+++ b/timehint.c
@@ -247,7 +247,7 @@ int ntpshm_put(struct gps_device_t *session, volatile struct shmTime *shmseg, st
timespec_str( &td->real, real_str, sizeof(real_str) );
timespec_str( &td->clock, clock_str, sizeof(clock_str) );
- gpsd_log(&session->context->errout, LOG_RAW,
+ gpsd_log(&session->context->errout, LOG_PROG,
"NTP: ntpshm_put(%s %s) %s @ %s\n",
session->gpsdata.dev.path,
(precision == -20) ? "pps" : "clock",