summaryrefslogtreecommitdiff
path: root/ppsthread.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-04-01 11:34:29 -0700
committerGary E. Miller <gem@rellim.com>2015-04-01 11:57:52 -0700
commitb8081cbc58a0c92e876456b02d1cf43576c13a98 (patch)
tree6e9322cea7c43b171b5598f4e3da65f4a446d0ad /ppsthread.c
parent12c6d562b86539986220c3f97238cb6f78200f11 (diff)
downloadgpsd-b8081cbc58a0c92e876456b02d1cf43576c13a98.tar.gz
Tweak a log message, to separate call and return vars.
Diffstat (limited to 'ppsthread.c')
-rw-r--r--ppsthread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppsthread.c b/ppsthread.c
index fe208439..b18bf928 100644
--- a/ppsthread.c
+++ b/ppsthread.c
@@ -1109,10 +1109,10 @@ static void *gpsd_ppsmonitor(void *arg)
timespec_str( &ppstimes.clock, ts_str1, sizeof(ts_str1) );
timespec_str( &ppstimes.real, ts_str2, sizeof(ts_str2) );
thread_context->log_hook(thread_context, THREAD_INF,
- "PPS:%s %.10s hooks called with %.20s clock: %s real: %s\n",
+ "PPS:%s %.10s hooks called clock: %s real: %s: %.20s\n",
thread_context->devicename,
edge_str,
- log1, ts_str1, ts_str2);
+ ts_str1, ts_str2, log1);
}
timespec_str( &clock_ts, ts_str1, sizeof(ts_str1) );
timespec_str( &offset, offset_str, sizeof(offset_str) );