diff --git a/src/bozo/bosoprocs.c b/src/bozo/bosoprocs.c index fd9ec8ec92..c628693201 100644 --- a/src/bozo/bosoprocs.c +++ b/src/bozo/bosoprocs.c @@ -1415,7 +1415,8 @@ DirAccessOK() if (!StatEachEntry(e)) { bozo_Log("unhappy with %s which is a %s that should " "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" : ""); result = 0; break;