[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r16560: {tor} Test commit. (tor/branches/121-hs-authorization/src/or)



Author: kloesing
Date: 2008-08-15 12:38:12 -0400 (Fri, 15 Aug 2008)
New Revision: 16560

Modified:
   tor/branches/121-hs-authorization/src/or/rendclient.c
Log:
Test commit.

Modified: tor/branches/121-hs-authorization/src/or/rendclient.c
===================================================================
--- tor/branches/121-hs-authorization/src/or/rendclient.c	2008-08-15 14:03:37 UTC (rev 16559)
+++ tor/branches/121-hs-authorization/src/or/rendclient.c	2008-08-15 16:38:12 UTC (rev 16560)
@@ -20,7 +20,7 @@
   tor_assert(circ->_base.purpose == CIRCUIT_PURPOSE_C_INTRODUCING);
   tor_assert(circ->cpath);
 
-  log_info(LD_REND,"introcirc is open");
+  log_info(LD_REND, "introcirc is open");
   connection_ap_attach_pending();
 }