diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-04-29 17:44:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-04-29 17:44:31 +0000 |
commit | 15dbe02c04d23ee9b1091f8d8bff2720868633e1 (patch) | |
tree | 5b352270aefdabb207e0d05ae4cad5e21e6fbb4a /src/or | |
parent | 701341ef8a408c9369b29c3c6557c95a5aa53610 (diff) | |
download | tor-15dbe02c04d23ee9b1091f8d8bff2720868633e1.tar tor-15dbe02c04d23ee9b1091f8d8bff2720868633e1.tar.gz |
shorten some too-wide lines
svn:r6426
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/routerlist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 6793d36f9..617860530 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -614,7 +614,7 @@ add_nickname_list_to_smartlist(smartlist_t *sl, const char *list, smartlist_add(warned_nicknames, tor_strdup(nick)); } } - } else if (!router_get_combined_status_by_nickname(nick, warn_if_unnamed)) { + } else if (!router_get_combined_status_by_nickname(nick,warn_if_unnamed)) { if (!warned) { log_fn(have_dir_info ? LOG_WARN : LOG_INFO, LD_CONFIG, "Nickname list includes '%s' which isn't a known router.",nick); @@ -2293,7 +2293,7 @@ router_get_combined_status_by_nickname(const char *nickname, } }); if (any_unwarned) { - log_warn(LD_CONFIG, "There are multiple matches for the nickname \"%s\",", + log_warn(LD_CONFIG,"There are multiple matches for the nickname \"%s\",", " but none is listed as named by the directory authorites. " "Choosing one arbitrarily."); } |