diff options
author | Roger Dingledine <arma@torproject.org> | 2004-07-22 23:21:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-07-22 23:21:12 +0000 |
commit | a328aab316a1610b177ebd78ef106255be975e8b (patch) | |
tree | 20e89450b0451eb6fe62d051f091b919f8482be4 /src/or/routerlist.c | |
parent | 3aaba3b16e22cbda968097d242b10d5b5f4e13d7 (diff) | |
download | tor-a328aab316a1610b177ebd78ef106255be975e8b.tar.gz tor-a328aab316a1610b177ebd78ef106255be975e8b.zip |
clean whitespace and tabs
svn:r2115
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index f269b54967..3d8751cf15 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -851,7 +851,7 @@ void router_update_status_from_smartlist(routerinfo_t *router, strlcat(cp, name, n); strlcat(cp, " ", n); } - log_fn(LOG_DEBUG, "Updating status of %s from list \"%s\"", + log_fn(LOG_DEBUG, "Updating status of %s from list \"%s\"", router->nickname, cp); tor_free(cp); #endif |