[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



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

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

Index: log.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/log.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- log.c	1 Apr 2005 07:05:20 -0000	1.89
+++ log.c	1 Apr 2005 07:16:52 -0000	1.90
@@ -515,4 +515,5 @@
 }
 #else
 void configure_libevent_logging(void) {}
+void suppress_libevent_log_msg(const char *msg) {}
 #endif