[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Add an explanatory comment
Update of /home/or/cvsroot/tor/src/or
In directory moria.mit.edu:/tmp/cvs-serv10769/src/or
Modified Files:
config.c
Log Message:
Add an explanatory comment
Index: config.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.345
retrieving revision 1.346
diff -u -d -r1.345 -r1.346
--- config.c 14 May 2005 05:14:36 -0000 1.345
+++ config.c 15 May 2005 02:05:45 -0000 1.346
@@ -285,6 +285,9 @@
}
if (!libevent_initialized) {
configure_libevent_logging();
+ /* If the kernel complains that some method (say, epoll) doesn't
+ * exist, we don't care about it, since libevent will cope.
+ */
suppress_libevent_log_msg("Function not implemented");
event_init();
suppress_libevent_log_msg(NULL);