]> mj.ucw.cz Git - subauth.git/commitdiff
Apache: Improved logging
authorMartin Mares <mj@ucw.cz>
Sun, 6 Aug 2017 20:04:19 +0000 (22:04 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 6 Aug 2017 20:04:19 +0000 (22:04 +0200)
apache/mod_authn_subauth.c

index 21108e248fa1bcc92dad21c283db6c3a16aee57f..a8d706a5b7219acb4067fab0204d94c6f1255120 100644 (file)
@@ -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;
        }