mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
fix a case error in suppressing a bogus libevent warning.
nick, was this lower-case for a reason? have both cases appeared? or was this just a typo. svn:r4206
This commit is contained in:
parent
07230a698c
commit
3c9ec416f6
@ -285,7 +285,7 @@ options_act(void) {
|
||||
}
|
||||
if (!libevent_initialized) {
|
||||
configure_libevent_logging();
|
||||
suppress_libevent_log_msg("function not implemented");
|
||||
suppress_libevent_log_msg("Function not implemented");
|
||||
event_init();
|
||||
suppress_libevent_log_msg(NULL);
|
||||
#if defined(HAVE_EVENT_GET_VERSION) && defined(HAVE_EVENT_GET_METHOD)
|
||||
|
Loading…
Reference in New Issue
Block a user