From 7f826885bd21b5b3a0afdf07ccb07666cbaabae3 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 26 Sep 2006 00:02:28 +0000 Subject: Clearer error message --- daemon/httpauthd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/httpauthd.c') diff --git a/daemon/httpauthd.c b/daemon/httpauthd.c index 474af5f..06fc64b 100644 --- a/daemon/httpauthd.c +++ b/daemon/httpauthd.c @@ -1048,7 +1048,7 @@ static int httpauth_set(ha_request_t* rq, ha_buffer_t* cbuf, int ofd) if(value != NULL) { - ha_messagex(rq, LOG_ERR, "unknown authentication type: %s", rq->req_args[0]); + ha_messagex(rq, LOG_ERR, "unknown authentication handler: %s", rq->req_args[0]); return httpauth_respond(rq, ofd, HA_SERVER_BADREQ, 0, "Unknown Auth Handler"); } } -- cgit v1.2.3