From 8ebc24fdb2d08a1086035bac765af7edb912ce21 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 12 Jul 2004 16:51:28 +0000 Subject: [PATCH] trivial punctuation tweak svn:r2027 --- trunk/src/common/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/common/log.c b/trunk/src/common/log.c index b05b632718..aff313d8c5 100644 --- a/trunk/src/common/log.c +++ b/trunk/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;