diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-07 06:28:50 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-07 06:28:50 +0000 |
commit | f2bd0e2f16944de3b3c8722fb9412ad60d0fae2c (patch) | |
tree | ee2176a6ba2a62879e963f522c029f54d7b003d3 /src/common/log.c | |
parent | 4f3827f1d1365fa8da9f014463d8f3e6acce6b6c (diff) | |
download | tor-f2bd0e2f16944de3b3c8722fb9412ad60d0fae2c.tar.gz tor-f2bd0e2f16944de3b3c8722fb9412ad60d0fae2c.zip |
more minor cleanups
svn:r8630
Diffstat (limited to 'src/common/log.c')
-rw-r--r-- | src/common/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c index 945d45e9d4..8cd7716ba8 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -618,7 +618,7 @@ configure_libevent_logging(void) { event_set_log_callback(libevent_logging_callback); } -/** Ignore any libevent log message that contains <b>msg</b> */ +/** Ignore any libevent log message that contains <b>msg</b>. */ void suppress_libevent_log_msg(const char *msg) { |