trivial punctuation tweak

svn:r2027
This commit is contained in:
Roger Dingledine
2004-07-12 16:51:28 +00:00
parent d61a1a247e
commit 8ebc24fdb2
+1 -1
View File
@@ -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;