[or-cvs] r13432: Remove spurious log stmt (in tor/trunk: . src/common)

nickm at seul.org nickm at seul.org
Fri Feb 8 22:01:59 UTC 2008


Author: nickm
Date: 2008-02-08 17:01:59 -0500 (Fri, 08 Feb 2008)
New Revision: 13432

Modified:
   tor/trunk/
   tor/trunk/src/common/tortls.c
Log:
 r17987 at catbus:  nickm | 2008-02-08 17:01:56 -0500
 Remove spurious log stmt



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r17987] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/common/tortls.c
===================================================================
--- tor/trunk/src/common/tortls.c	2008-02-08 21:30:07 UTC (rev 13431)
+++ tor/trunk/src/common/tortls.c	2008-02-08 22:01:59 UTC (rev 13432)
@@ -519,7 +519,6 @@
   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()))



More information about the tor-commits mailing list