summaryrefslogtreecommitdiff
path: root/ppsthread.c
diff options
context:
space:
mode:
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);