浏览代码

trivial punctuation tweak

svn:r2027
Roger Dingledine 21 年之前
父节点
当前提交
17e5f25214
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/common/log.c

+ 1 - 1
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;