From d1b9de222e14de3bc664f45cc9824b27a57f6d06 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Fri, 6 Oct 2006 07:50:57 +0000 Subject: cleanups, closer to a changelog svn:r8606 --- src/or/directory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/or/directory.c') diff --git a/src/or/directory.c b/src/or/directory.c index d874e18f5..0c69b0b23 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -1041,8 +1041,8 @@ connection_dir_client_reached_eof(dir_connection_t *conn) } else { /* Can we even end up here? -- weasel*/ source = NS_FROM_DIR_BY_FP; - log_warn(LD_BUG, "we received a networkstatus but we didn't ask " - "for it by fp/ nor did we ask for all."); + log_warn(LD_BUG, "We received a networkstatus but we didn't ask " + "for it by fp, nor did we ask for all."); } cp = body; while (*cp) { -- cgit v1.2.3