[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Fix syntax error.
Update of /home/or/cvsroot/tor/src/or
In directory moria:/tmp/cvs-serv12121/src/or
Modified Files:
config.c
Log Message:
Fix syntax error.
Index: config.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.354
retrieving revision 1.355
diff -u -d -r1.354 -r1.355
--- config.c 8 Jun 2005 13:53:19 -0000 1.354
+++ config.c 8 Jun 2005 16:26:44 -0000 1.355
@@ -2680,7 +2680,7 @@
"You may want to use the latest version of libevent.", m, v);
} else if (slow && server) {
log(LOG_WARN,
-c "libevent %s can be very slow with %s. "
+ "libevent %s can be very slow with %s. "
"When running a server, please use the latest version of libevent.",v,m);
}