error better for anon shm failure case, fixing gcc 9 warning on
passing NULL for '%s'.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1858565 13f79535-47bb-0310-9956-
ffa450edef68
* above will return NULL for invalid paths. */
if (ctx->data_file == NULL) {
ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(00818)
- "Could not use default path '%s' for shmcb socache",
- ctx->data_file);
+ "Could not use anonymous shm for '%s' cache",
+ namespace);
return APR_EINVAL;
}