summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/util/tickadj.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/util/tickadj.c')
-rw-r--r--contrib/ntp/util/tickadj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ntp/util/tickadj.c b/contrib/ntp/util/tickadj.c
index 4f524b1..4a7f2c4 100644
--- a/contrib/ntp/util/tickadj.c
+++ b/contrib/ntp/util/tickadj.c
@@ -755,8 +755,8 @@ getoffsets(
else
{
(void) fprintf(stderr,
- "%s: nlist didn't find needed symbols from <%s>: %m\n",
- progname, *kname);
+ "%s: nlist didn't find needed symbols from <%s>: %s\n",
+ progname, *kname, strerror(errno));
}
}
if (*kname == NULL)
OpenPOWER on IntegriCloud