mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Bump a client authorization message from debug to info.
A user wants this for 14015, and it seems fairly reasonable.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
o Minor features (logging, hidden services):
|
||||
- Elevate authorized-client message from DEBUG to INFO. Closes
|
||||
ticket 14015.
|
||||
@@ -1070,8 +1070,8 @@ rend_check_authorization(rend_service_t *service,
|
||||
}
|
||||
|
||||
/* Allow the request. */
|
||||
log_debug(LD_REND, "Client %s authorized for service %s.",
|
||||
auth_client->client_name, service->service_id);
|
||||
log_info(LD_REND, "Client %s authorized for service %s.",
|
||||
auth_client->client_name, service->service_id);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user