summaryrefslogtreecommitdiff
path: root/ppsthread.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2016-04-25 09:54:38 -0400
committerEric S. Raymond <esr@thyrsus.com>2016-04-25 09:54:38 -0400
commit6d0dc1386fe8f9a598b281c67716db9c2caa586d (patch)
tree458d6825405f6d56afff454e70239e8c38a5cde4 /ppsthread.c
parent31577e22e33ce51eed4506fce38b4a60b32fc85c (diff)
downloadgpsd-6d0dc1386fe8f9a598b281c67716db9c2caa586d.tar.gz
Fix fatal typo in previous commit.
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 cf4665c5..d1f6d9f8 100644
--- a/ppsthread.c
+++ b/ppsthread.c
@@ -268,7 +268,7 @@ static int init_kernel_pps(struct inner_context_t *inner_context)
char errbuf[BUFSIZ] = "unknown error";
(void)strerror_r(errno, errbuf, sizeof(errbuf));
pps_thread->log_hook(pps_thread, THREAD_INF,
- "KPPS:%s running as %d/, cannot open %s: %s\n",
+ "KPPS:%s running as %d/%d, cannot open %s: %s\n",
getuid(), geteuid(),
pps_thread->devicename,
path, errbuf);