mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
trivial punctuation tweak
svn:r2027
This commit is contained in:
parent
379768290e
commit
17e5f25214
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user