mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add an explanatory comment
svn:r4222
This commit is contained in:
@@ -285,6 +285,9 @@ options_act(void) {
|
||||
}
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user