]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
trivial punctuation tweak
authorRoger Dingledine <arma@torproject.org>
Mon, 12 Jul 2004 16:51:28 +0000 (16:51 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 12 Jul 2004 16:51:28 +0000 (16:51 +0000)
svn:r2027

src/common/log.c

index b05b63271825068494e3b06c53d142481b1422d6..aff313d8c505cae35754e9f56f798b2542ddf282 100644 (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;