diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-01-24 10:56:33 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-01-24 10:56:33 -0600 |
commit | 5dd1d39d20c118064d31ed65dc7ae2de75dd7908 (patch) | |
tree | 9be45f1e9be26f920e593b0a4267e9183b2300a7 | |
parent | 1771bc2a83fe65bfe6ec3e93ea7632609e697a38 (diff) |
typo fix
-rw-r--r-- | src/rc/checkpath.c | 2 |
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; } |