From 37231aed4341774534e6ee9ff71cc06614611e1d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 6 Aug 2017 22:04:19 +0200 Subject: [PATCH] Apache: Improved logging --- apache/mod_authn_subauth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/mod_authn_subauth.c b/apache/mod_authn_subauth.c index 21108e2..a8d706a 100644 --- a/apache/mod_authn_subauth.c +++ b/apache/mod_authn_subauth.c @@ -61,7 +61,7 @@ static struct json_node *run_command(struct context *ctx, struct json_node *requ strcpy(sun.sun_path, path); if (connect(sk, (struct sockaddr *) &sun, sizeof(sun)) < 0) { - ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, ctx->r, "SubAuth cannot connect to server"); + ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, ctx->r, "SubAuth cannot connect to server at %s", path); goto fail1; } -- 2.39.2