summaryrefslogtreecommitdiff
path: root/ppsthread.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2016-04-25 09:59:01 -0400
committerEric S. Raymond <esr@thyrsus.com>2016-04-25 09:59:01 -0400
commitd9674659b4c40979edea33906b6306e934030df4 (patch)
tree97e0b0ab47b7da6e000faa99416d62580c402982 /ppsthread.c
parent6d0dc1386fe8f9a598b281c67716db9c2caa586d (diff)
downloadgpsd-d9674659b4c40979edea33906b6306e934030df4.tar.gz
Fix yet another fatal typo. Apparently I'm still asleep.
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 d1f6d9f8..d4a6f347 100644
--- a/ppsthread.c
+++ b/ppsthread.c
@@ -269,8 +269,8 @@ static int init_kernel_pps(struct inner_context_t *inner_context)
(void)strerror_r(errno, errbuf, sizeof(errbuf));
pps_thread->log_hook(pps_thread, THREAD_INF,
"KPPS:%s running as %d/%d, cannot open %s: %s\n",
- getuid(), geteuid(),
pps_thread->devicename,
+ getuid(), geteuid(),
path, errbuf);
return -1;
}