diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-06-02 03:07:09 -0700 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-06-02 03:07:09 -0700 |
commit | fc4158dad706a76acbfd3adae8b505495f1004e5 (patch) | |
tree | 94f7da912b9af1f8a99689d198b4b59ccc04834c /src/or/rendclient.c | |
parent | d7af8a2f076a38d8be32798d34049ce150c8dda0 (diff) | |
download | tor-fc4158dad706a76acbfd3adae8b505495f1004e5.tar.gz tor-fc4158dad706a76acbfd3adae8b505495f1004e5.zip |
Add info-level log messages during HS-client-state purge
I hope these will never be useful, but having them and not needing them is
better than needing them and not having them.
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index 329b2567d6..533dfb8a97 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -469,6 +469,7 @@ rend_client_purge_last_hid_serv_requests(void) last_hid_serv_requests_ = NULL; if (old_last_hid_serv_requests != NULL) { + log_info(LD_REND, "Purging client last-HS-desc-request-time table"); strmap_free(old_last_hid_serv_requests, _tor_free); } } |