Skip to content

Commit 930ce34

Browse files
committed
better error message
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1088620 13f79535-47bb-0310-9956-ffa450edef68
1 parent c5062da commit 930ce34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/proxy/mod_proxy_balancer.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,8 @@ static int balancer_post_config(apr_pool_t *pconf, apr_pool_t *plog,
706706
storage = ap_lookup_provider(AP_SLOTMEM_PROVIDER_GROUP, "shared", "0");
707707
if (!storage) {
708708
ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_EMERG, 0, s,
709-
"ap_lookup_provider %s failed", AP_SLOTMEM_PROVIDER_GROUP);
709+
"ap_lookup_provider %s failed: is mod_slotmem_shm loaded??",
710+
AP_SLOTMEM_PROVIDER_GROUP);
710711
return !OK;
711712
}
712713

0 commit comments

Comments
 (0)