aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-28 09:42:28 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-28 09:42:28 -0500
commit20d0b1a04e0949c1bb46858c117947131ee448e1 (patch)
treecd150e04225c064f9d18c31e207bf65c11a1cb11 /src/or
parente00503fe57e5459c6df57d993f3b3290e97262d9 (diff)
downloadtor-20d0b1a04e0949c1bb46858c117947131ee448e1.tar.gz
tor-20d0b1a04e0949c1bb46858c117947131ee448e1.zip
Bump a client authorization message from debug to info.
A user wants this for 14015, and it seems fairly reasonable.
Diffstat (limited to 'src/or')
-rw-r--r--src/or/rendservice.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 5a12d074ac..588d1bf18b 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -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;
}