[or-cvs] minor comment patch

Roger Dingledine arma at seul.org
Fri May 21 12:30:09 UTC 2004


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

Modified Files:
	log.h 
Log Message:
minor comment patch


Index: log.h
===================================================================
RCS file: /home/or/cvsroot/src/common/log.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- log.h	20 May 2004 19:47:28 -0000	1.26
+++ log.h	21 May 2004 12:30:07 -0000	1.27
@@ -33,7 +33,7 @@
 /** Warn-level severity: for messages that only appear when something has gone
  * wrong. */
 #define LOG_WARN    3
-/** Warn-level severity: for messages that only appear when something has gone
+/** Error-level severity: for messages that only appear when something has gone
  * very wrong, and the Tor process can no longer proceed. */
 #define LOG_ERR     4
 #endif



More information about the tor-commits mailing list