diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-06-08 16:26:44 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-06-08 16:26:44 +0000 |
commit | be1c81a767d15fc93e72600cc2734af0f3225b98 (patch) | |
tree | 59983c18e1e8447efcf75992ee9c43dbc468ca29 /src | |
parent | 3d602f6ed6d3ba571a6b8c27f465c71fbe67360f (diff) | |
download | tor-be1c81a767d15fc93e72600cc2734af0f3225b98.tar tor-be1c81a767d15fc93e72600cc2734af0f3225b98.tar.gz |
Fix syntax error.
svn:r4346
Diffstat (limited to 'src')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 6bb9cf32b..345d032b3 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -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); } |