aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-09-25 20:22:17 +0000
committerNick Mathewson <nickm@torproject.org>2008-09-25 20:22:17 +0000
commite06f140f978cb95c3f4655f24ccdf1753a04d230 (patch)
tree7ac837e01fb2595db1873d87148662d9b01ac336 /src/or/rephist.c
parent8bbbbaf87b5ab3c0a5918d2bc8d1d7f22cf54f53 (diff)
downloadtor-e06f140f978cb95c3f4655f24ccdf1753a04d230.tar
tor-e06f140f978cb95c3f4655f24ccdf1753a04d230.tar.gz
Whitespace fixes.
svn:r16967
Diffstat (limited to 'src/or/rephist.c')
-rw-r--r--src/or/rephist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c
index 18451bbed..c179b1180 100644
--- a/src/or/rephist.c
+++ b/src/or/rephist.c
@@ -317,7 +317,7 @@ rep_hist_note_router_reachable(const char *id, time_t when)
log_debug(LD_HIST, "Router %s is still Running; it has been Running "
"since %s", hex_str(id, DIGEST_LEN), tbuf);
else
- log_info(LD_HIST, "Router %s is now Running; it was previously untracked",
+ log_info(LD_HIST,"Router %s is now Running; it was previously untracked",
hex_str(id, DIGEST_LEN));
}
}