aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-09-06 01:35:05 -0400
committerRoger Dingledine <arma@torproject.org>2012-09-06 01:35:05 -0400
commit00120544a4bfa9c26d2c8a336389d33b8b3642c2 (patch)
tree2baed9747dfd7b6145d7cb8c38b584fd16816b37 /src/or/router.c
parent5d679caa32c71a8bc7d4ed4ab716349e603e642c (diff)
downloadtor-00120544a4bfa9c26d2c8a336389d33b8b3642c2.tar
tor-00120544a4bfa9c26d2c8a336389d33b8b3642c2.tar.gz
fix punctuation in logs
Diffstat (limited to 'src/or/router.c')
-rw-r--r--src/or/router.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 2cb0e2668..9a3ef9dcc 100644
--- a/src/or/router.c
+++ b/src/or/router.c
@@ -672,7 +672,7 @@ init_keys(void)
* we don't really need new keys yet so the descriptor doesn't
* change and the old one is still fresh. */
log_info(LD_GENERAL, "Couldn't add own descriptor to directory "
- "after key init: %s. This is usually not a problem.",
+ "after key init: %s This is usually not a problem.",
m?m:"<unknown error>");
}
}