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

[or-cvs] fix some log spacing problems



Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or

Modified Files:
	circuitbuild.c 
Log Message:
fix some log spacing problems


Index: circuitbuild.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/circuitbuild.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- circuitbuild.c	31 Mar 2005 19:26:33 -0000	1.99
+++ circuitbuild.c	1 Apr 2005 06:23:21 -0000	1.100
@@ -468,8 +468,8 @@
         log_fn(LOG_NOTICE,"Tor has successfully opened a circuit. Looks like it's working.");
         /* XXX009 Log a count of known routers here */
         if (server_mode(options) && !check_whether_orport_reachable())
-          log_fn(LOG_NOTICE,"Now checking whether ORPort %s %s reachable... (this may take several minutes)",
-                 options->DirPort ? "and DirPort" : "",
+          log_fn(LOG_NOTICE,"Now checking whether ORPort %s%s reachable... (this may take several minutes)",
+                 options->DirPort ? "and DirPort " : "",
                  options->DirPort ? "are" : "is");
       }
       circuit_rep_hist_note_result(circ);