]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
eaccess_error*(): Error message updated.
authorTimo Sirainen <tss@iki.fi>
Tue, 27 Oct 2009 21:35:16 +0000 (17:35 -0400)
committerTimo Sirainen <tss@iki.fi>
Tue, 27 Oct 2009 21:35:16 +0000 (17:35 -0400)
--HG--
branch : HEAD

src/lib/eacces-error.c

index adb59d8c699583e57a025c7b0818899cfad3f6c1..dd1c8b59ad16ad1104b94ccdc8a49748436b1d07 100644 (file)
@@ -151,7 +151,8 @@ eacces_error_get_full(const char *func, const char *path, bool creating)
                        if (errno == EACCES)
                                str_printfa(errmsg, " missing +w perm: %s", path);
                } else
-                       str_printfa(errmsg, " UNIX perms seem ok, ACL problem?");
+                       str_printfa(errmsg, " UNIX perms appear ok, "
+                                   "some security policy wrong?");
        }
        str_append_c(errmsg, ')');
        errno = orig_errno;