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:
Roger Dingledine 2005-05-14 05:14:36 +00:00
parent 07230a698c
commit 3c9ec416f6

View File

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