diff --git a/src/reqs.c b/src/reqs.c index 45db118..d775819 100644 --- a/src/reqs.c +++ b/src/reqs.c @@ -1688,6 +1688,8 @@ void handle_connection (struct conn_s *connptr, union sockaddr_union* addr) if(failure) { e401: update_stats (STAT_DENIED); + log_message(LOG_INFO, + "Failed auth attempt from ip %s", connptr->client_ip_addr); indicate_http_error (connptr, 401, "Unauthorized", "detail", "The administrator of this proxy has not configured "