*/
if (strcmp(w, "file-owner") == 0) {
#if defined(WIN32) || defined(NETWARE)
- ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERROR, r,
+ ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, r,
"'Require file-user' not supported on this platform");
return HTTP_UNAUTHORIZED;
#else
}
if (strcmp(w, "file-group") == 0) {
#if defined(WIN32) || defined(NETWARE)
- ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERROR, r,
+ ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, r,
"'Require file-group' not supported on this platform");
return HTTP_UNAUTHORIZED;
#else