summaryrefslogtreecommitdiff
path: root/ppsthread.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-03-30 16:20:46 -0700
committerGary E. Miller <gem@rellim.com>2015-03-30 16:21:12 -0700
commit3f50ae820b3b373b282dfe8c6cbccfa1fa4d8a76 (patch)
tree61dbd985b286e4c1020900e9b9fb35ccee156004 /ppsthread.c
parent0aa319291f415b03fcf4a6814f1d211b5306463a (diff)
downloadgpsd-3f50ae820b3b373b282dfe8c6cbccfa1fa4d8a76.tar.gz
Be consistent about not says uSec.
Diffstat (limited to 'ppsthread.c')
-rw-r--r--ppsthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppsthread.c b/ppsthread.c
index 96ef164b..2405afb3 100644
--- a/ppsthread.c
+++ b/ppsthread.c
@@ -867,7 +867,7 @@ static void *gpsd_ppsmonitor(void *arg)
state_last = state;
timespec_str( &clock_ts, ts_str1, sizeof(ts_str1) );
thread_context->log_hook(thread_context, THREAD_PROG,
- "PPS:%s %.10s cycle: %7d uSec, duration: %7d @ %s\n",
+ "PPS:%s %.10s cycle: %7d, duration: %7d @ %s\n",
thread_context->devicename,
edge_str,
cycle, duration, ts_str1);