mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
fix typo in earlier libevent mmessage suppress patch
svn:r3950
This commit is contained in:
parent
003d9df6b0
commit
73f6c1531e
@ -515,4 +515,5 @@ void suppress_libevent_log_msg(const char *msg)
|
||||
}
|
||||
#else
|
||||
void configure_libevent_logging(void) {}
|
||||
void suppress_libevent_log_msg(const char *msg) {}
|
||||
#endif
|
||||
|
@ -270,9 +270,9 @@ options_act(void) {
|
||||
}
|
||||
if (!libevent_initialized) {
|
||||
configure_libevent_logging();
|
||||
suppress_libevent_logmsg("function not implemented");
|
||||
suppress_libevent_log_msg("function not implemented");
|
||||
event_init();
|
||||
suppress_libevent_msg(NULL);
|
||||
suppress_libevent_log_msg(NULL);
|
||||
#if defined(HAVE_EVENT_GET_VERSION) && defined(HAVE_EVENT_GET_METHOD)
|
||||
/* Making this a NOTICE for now so we can link bugs to a libevent versions
|
||||
* or methods better. */
|
||||
|
Loading…
Reference in New Issue
Block a user