bos-fix-mode-complaints-20031024

FIXES 2277

complain correctly about mode
This commit is contained in:
Joe Buehler 2003-10-24 07:31:49 +00:00 committed by Derrick Brashear
parent e2e93aa892
commit c5110942b9

View File

@ -1415,7 +1415,8 @@ DirAccessOK()
if (!StatEachEntry(e)) { if (!StatEachEntry(e)) {
bozo_Log("unhappy with %s which is a %s that should " bozo_Log("unhappy with %s which is a %s that should "
"have at least rights %o, at most rights %o %s\n", "have at least rights %o, at most rights %o %s\n",
e->path, e->dir ? "dir" : "file", e->reqPerm, e->proPerm, e->path, e->dir ? "dir" : "file", e->reqPerm,
(~e->proPerm & 0777),
e->rootOwner ? ", owned by root" : ""); e->rootOwner ? ", owned by root" : "");
result = 0; result = 0;
break; break;