mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix syntax error.
svn:r4346
This commit is contained in:
parent
3d602f6ed6
commit
be1c81a767
@ -2680,7 +2680,7 @@ check_libevent_version(const char *m, const char *v, int server)
|
||||
"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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user