mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
r17987@catbus: nickm | 2008-02-08 17:01:56 -0500
Remove spurious log stmt svn:r13432
This commit is contained in:
parent
a378bb5f5a
commit
f27a368265
@ -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()))
|
||||
|
Loading…
Reference in New Issue
Block a user