diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-08 22:01:59 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-08 22:01:59 +0000 |
commit | f27a368265344d5faf2707f3f1c720f2ecdec335 (patch) | |
tree | eec881f9939621deb4139d680bdbf4c444d1455c /src/common/tortls.c | |
parent | a378bb5f5a0adafa9601f382065493d6cdf27884 (diff) | |
download | tor-f27a368265344d5faf2707f3f1c720f2ecdec335.tar.gz tor-f27a368265344d5faf2707f3f1c720f2ecdec335.zip |
r17987@catbus: nickm | 2008-02-08 17:01:56 -0500
Remove spurious log stmt
svn:r13432
Diffstat (limited to 'src/common/tortls.c')
-rw-r--r-- | src/common/tortls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/tortls.c b/src/common/tortls.c index eab3cac072..55bdfcd763 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -519,7 +519,6 @@ tor_tls_context_new(crypto_pk_env_t *identity, unsigned int key_lifetime) tor_tls_init(); nickname = crypto_random_hostname(8, 20, "www.", ".net"); nn2 = crypto_random_hostname(8, 20, "www.", ".net"); - log_notice(LD_NET, "<%s> <%s>", nickname, nn2); /* Generate short-term RSA key. */ if (!(rsa = crypto_new_pk_env())) |