[or-cvs] correct log()"s comment

Roger Dingledine arma at seul.org
Tue Jun 24 05:18:14 UTC 2003


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

Modified Files:
	log.h 
Log Message:
correct log()'s comment


Index: log.h
===================================================================
RCS file: /home/or/cvsroot/src/common/log.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- log.h	21 Jun 2003 19:03:22 -0000	1.10
+++ log.h	24 Jun 2003 05:18:12 -0000	1.11
@@ -19,7 +19,7 @@
 
 void log_set_severity(int severity);
 
-/* Outputs a message to stdout and also logs the same message using syslog. */
+/* Outputs a message to stdout */
 void log(int severity, const char *format, ...) CHECK_PRINTF(2,3);
 
 #ifdef __GNUC__



More information about the tor-commits mailing list