[or-cvs] trivial punctuation tweak

Roger Dingledine arma at seul.org
Mon Jul 12 16:51:30 UTC 2004


Update of /home/or/cvsroot/src/common
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/common

Modified Files:
	log.c 
Log Message:
trivial punctuation tweak


Index: log.c
===================================================================
RCS file: /home/or/cvsroot/src/common/log.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- log.c	30 Jun 2004 16:35:11 -0000	1.46
+++ log.c	12 Jul 2004 16:51:28 -0000	1.47
@@ -88,7 +88,7 @@
      * 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;



More information about the tor-commits mailing list