diff options
author | Roger Dingledine <arma@torproject.org> | 2008-11-29 11:55:30 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-11-29 11:55:30 +0000 |
commit | 984dc51f26a2395223a8478db42bf00aac2d9deb (patch) | |
tree | 5785d183e4a49732c8084c6f14adbd6d2a4f0c7d /src/or/rendclient.c | |
parent | 191197eff75a282d240a91c05de4d0f0c9d0bf70 (diff) | |
download | tor-984dc51f26a2395223a8478db42bf00aac2d9deb.tar.gz tor-984dc51f26a2395223a8478db42bf00aac2d9deb.zip |
clean up some log messages
svn:r17406
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r-- | src/or/rendclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c index d3c8523c4c..3f0068cf74 100644 --- a/src/or/rendclient.c +++ b/src/or/rendclient.c @@ -425,7 +425,7 @@ directory_get_from_hs_dir(const char *desc_id, const rend_data_t *rend_query) "directory '%s' on port %d.", rend_query->onion_address, desc_id_base32, rend_query->auth_type, - (rend_query->auth_type == REND_NO_AUTH ? "NULL" : + (rend_query->auth_type == REND_NO_AUTH ? "[none]" : escaped_safe_str(descriptor_cookie_base64)), hs_dir->nickname, hs_dir->dir_port); return 1; |