fix typo in earlier libevent mmessage suppress patch

svn:r3950
This commit is contained in:
Nick Mathewson 2005-04-01 07:16:52 +00:00
parent 003d9df6b0
commit 73f6c1531e
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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. */