summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2009-12-18 12:55:05 +0100
committerKarsten Loesing <karsten.loesing@gmx.net>2009-12-18 12:55:05 +0100
commitf80672d74786c05a776fdbd8581d553c98d75e5a (patch)
treec9664ecf1c307a3dba4fc298f2d54fc19d0cc44b /src/or/routerparse.c
parent235f1e1a967cb070c7246617461f58f0413394b3 (diff)
downloadtor-f80672d74786c05a776fdbd8581d553c98d75e5a.tar.gz
tor-f80672d74786c05a776fdbd8581d553c98d75e5a.zip
Remove duplicate words and a duplicate newline.
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index bc59a62b53..13dc10c0ea 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -2928,7 +2928,7 @@ networkstatus_parse_detached_signatures(const char *s, const char *eos)
}
if (base16_decode(digests->d[alg], DIGEST256_LEN,
hexdigest, strlen(hexdigest)) < 0) {
- log_warn(LD_DIR, "Bad encoding on on consensus-digest in detached "
+ log_warn(LD_DIR, "Bad encoding on consensus-digest in detached "
"networkstatus signatures");
goto err;
}