From 0fe7c42e0e8285b4b45e8dda4056f31f0c19fce2 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sat, 1 Jul 2017 17:56:06 -0400 Subject: general formatting / whitespace / typo fixes --- src/or/circuitbuild.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/circuitbuild.c') 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)); } -- cgit v1.2.3-54-g00ecf