aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-12-27 10:11:29 +0000
committerRoger Dingledine <arma@torproject.org>2005-12-27 10:11:29 +0000
commitbbc4c8cef85dbf3c7e73e8dbefe590781ac03dca (patch)
tree8486e4f95df2157ccdad09fa88eacead09b51798 /src/or/circuituse.c
parentd2171cb7a4298c71a017cef925c7953092d99c3f (diff)
downloadtor-bbc4c8cef85dbf3c7e73e8dbefe590781ac03dca.tar
tor-bbc4c8cef85dbf3c7e73e8dbefe590781ac03dca.tar.gz
fix a spacing problem introduced by our 80-column requirement
svn:r5669
Diffstat (limited to 'src/or/circuituse.c')
-rw-r--r--src/or/circuituse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuituse.c b/src/or/circuituse.c
index d5eca281f..5f46456bf 100644
--- a/src/or/circuituse.c
+++ b/src/or/circuituse.c
@@ -397,7 +397,7 @@ circuit_predict_and_launch_new(void)
&hidserv_needs_capacity) &&
((num_uptime_internal<2 && hidserv_needs_uptime) ||
num_internal<2)) {
- info(LD_CIRC,"Have %d clean circs (%d uptime-internal, %d internal), need "
+ info(LD_CIRC,"Have %d clean circs (%d uptime-internal, %d internal), need"
" another hidserv circ.", num, num_uptime_internal, num_internal);
circuit_launch_by_router(CIRCUIT_PURPOSE_C_GENERAL, NULL,
hidserv_needs_uptime, hidserv_needs_capacity, 1);