summaryrefslogtreecommitdiff
path: root/src/or/entrynodes.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/entrynodes.c
parentbbc1b3c1aec862ade7f1fd9ce0b731fd917cabfb (diff)
downloadtor-0fe7c42e0e8285b4b45e8dda4056f31f0c19fce2.tar.gz
tor-0fe7c42e0e8285b4b45e8dda4056f31f0c19fce2.zip
general formatting / whitespace / typo fixes
Diffstat (limited to 'src/or/entrynodes.c')
-rw-r--r--src/or/entrynodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/entrynodes.c b/src/or/entrynodes.c
index fa768fc4a6..739ec82484 100644
--- a/src/or/entrynodes.c
+++ b/src/or/entrynodes.c
@@ -813,7 +813,7 @@ STATIC entry_guard_t *
entry_guard_add_to_sample(guard_selection_t *gs,
const node_t *node)
{
- log_info(LD_GUARD, "Adding %s as to the entry guard sample set.",
+ log_info(LD_GUARD, "Adding %s to the entry guard sample set.",
node_describe(node));
/* make sure that the guard is not already sampled. */