diff options
author | Roger Dingledine <arma@torproject.org> | 2008-01-10 17:54:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-01-10 17:54:24 +0000 |
commit | 2ac1e362484f8418ca3a3f0fda419c5205209e75 (patch) | |
tree | 56e0a335d9693ee97c397de3fced0ced113dc305 /src/or/routerparse.c | |
parent | 04263648c422af07489a1c55c1972dc91207de46 (diff) | |
download | tor-2ac1e362484f8418ca3a3f0fda419c5205209e75.tar.gz tor-2ac1e362484f8418ca3a3f0fda419c5205209e75.zip |
minor cleanups
svn:r13095
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c index 19fbf9fa4c..e57077d660 100644 --- a/src/or/routerparse.c +++ b/src/or/routerparse.c @@ -2252,7 +2252,7 @@ networkstatus_parse_vote_from_string(const char *s, const char **eos_out, goto err; } if (!(v = networkstatus_get_voter_by_id(ns, declared_identity))) { - log_warn(LD_DIR, "ID on signature on network-status vote does not match" + log_warn(LD_DIR, "ID on signature on network-status vote does not match " "any declared directory source."); goto err; } |