aboutsummaryrefslogtreecommitdiff
path: root/src/rc/checkpath.c
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2018-01-24 10:56:33 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2018-01-24 10:56:33 -0600
commit5dd1d39d20c118064d31ed65dc7ae2de75dd7908 (patch)
tree9be45f1e9be26f920e593b0a4267e9183b2300a7 /src/rc/checkpath.c
parent1771bc2a83fe65bfe6ec3e93ea7632609e697a38 (diff)
typo fix
Diffstat (limited to 'src/rc/checkpath.c')
-rw-r--r--src/rc/checkpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c
index 2e2b4ee3..07e5f78a 100644
--- a/src/rc/checkpath.c
+++ b/src/rc/checkpath.c
@@ -205,7 +205,7 @@ static int do_check(char *path, uid_t uid, gid_t gid, mode_t mode,
if (selinux_on)
selinux_util_label(path);
} else {
- eerror(fstat: %s: %s", path, strerror(errno));
+ eerror("fstat: %s: %s", path, strerror(errno));
close(readfd);
return -1;
}