From 30969421d3f6389fa985ae997c3a0969b3bfaf29 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 9 Mar 2004 14:53:00 +0000 Subject: stop troubling router operators with unapproved router connect attempts but give the dirserver operator more information svn:r1246 --- src/or/routerlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/routerlist.c') diff --git a/src/or/routerlist.c b/src/or/routerlist.c index bfd593559..f47d82958 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -861,7 +861,7 @@ routerinfo_t *router_get_entry_from_string(const char *s, tok = find_first_by_keyword(tokens, K_BANDWIDTH); if (tok && bw_set) { - log_fn(LOG_WARN,"Rendundant bandwidth line"); + log_fn(LOG_WARN,"Redundant bandwidth line"); goto err; } else if (tok) { if (tok->n_args < 1) { -- cgit v1.2.3