aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-07-12 16:51:28 +0000
committerRoger Dingledine <arma@torproject.org>2004-07-12 16:51:28 +0000
commit17e5f25214b05a725aa7ec55cfae3a1a0416895f (patch)
tree0510802ae86f1cf0c47de3a515adbb5023b6279a
parent379768290e1bff32bd696174b22ceaef397ab400 (diff)
downloadtor-17e5f25214b05a725aa7ec55cfae3a1a0416895f.tar
tor-17e5f25214b05a725aa7ec55cfae3a1a0416895f.tar.gz
trivial punctuation tweak
svn:r2027
-rw-r--r--src/common/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c
index b05b63271..aff313d8c 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -88,7 +88,7 @@ static void log_tor_version(logfile_t *lf, int reset)
* need to log again. */
return;
n = _log_prefix(buf, 250, LOG_NOTICE);
- n += snprintf(buf+n, 250-n, "Tor %s opening %slog file\n", VERSION,
+ n += snprintf(buf+n, 250-n, "Tor %s opening %slog file.\n", VERSION,
is_new?"new ":"");
if (n>250)
n = 250;