[or-cvs] fix typo in earlier libevent mmessage suppress patch

Nick Mathewson nickm at seul.org
Fri Apr 1 07:16:55 UTC 2005


Update of /home/or/cvsroot/tor/src/or
In directory moria.mit.edu:/tmp/cvs-serv7801/src/or

Modified Files:
	config.c 
Log Message:
fix typo in earlier libevent mmessage suppress patch

Index: config.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.329
retrieving revision 1.330
diff -u -d -r1.329 -r1.330
--- config.c	1 Apr 2005 07:05:21 -0000	1.329
+++ config.c	1 Apr 2005 07:16:52 -0000	1.330
@@ -270,9 +270,9 @@
   }
   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. */



More information about the tor-commits mailing list