aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2017-07-01 17:56:06 -0400
committerRoger Dingledine <arma@torproject.org>2017-07-01 17:56:06 -0400
commit0fe7c42e0e8285b4b45e8dda4056f31f0c19fce2 (patch)
treeaf2ed94a3032f793433c7e122785c314a90b55d5 /src/or/circuitbuild.c
parentbbc1b3c1aec862ade7f1fd9ce0b731fd917cabfb (diff)
downloadtor-0fe7c42e0e8285b4b45e8dda4056f31f0c19fce2.tar.gz
tor-0fe7c42e0e8285b4b45e8dda4056f31f0c19fce2.zip
general formatting / whitespace / typo fixes
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 240c64b6d1..833c0b98b7 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -2581,7 +2581,7 @@ extend_info_from_node(const node_t *node, int for_direct_connect)
ed_pubkey = node_get_ed25519_id(node);
} else if (node_get_ed25519_id(node)) {
log_info(LD_CIRC, "Not including the ed25519 ID for %s, since it won't "
- " be able to authenticate it.",
+ "be able to authenticate it.",
node_describe(node));
}