[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] trivial punctuation tweak
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;