[or-cvs] r9046: Whitespace cleanup (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Thu Dec 7 20:11:25 UTC 2006


Author: nickm
Date: 2006-12-07 15:11:24 -0500 (Thu, 07 Dec 2006)
New Revision: 9046

Modified:
   tor/trunk/
   tor/trunk/src/or/rendservice.c
Log:
 r11467 at Kushana:  nickm | 2006-12-07 14:38:54 -0500
 Whitespace cleanup



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r11467] on c95137ef-5f19-0410-b913-86e773d04f59

Modified: tor/trunk/src/or/rendservice.c
===================================================================
--- tor/trunk/src/or/rendservice.c	2006-12-07 19:32:52 UTC (rev 9045)
+++ tor/trunk/src/or/rendservice.c	2006-12-07 20:11:24 UTC (rev 9046)
@@ -1128,8 +1128,8 @@
       safe_name = safe_str(nickname);
 
       if (!router) {
-        log(severity, LD_GENERAL, "  Intro point %d at %s: unrecognized router",
-            j, safe_name);
+        log(severity, LD_GENERAL,
+            "  Intro point %d at %s: unrecognized router", j, safe_name);
         continue;
       }
       circ = find_intro_circuit(router, service->pk_digest);



More information about the tor-commits mailing list