aboutsummaryrefslogtreecommitdiff
path: root/src/common/log.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-10-07 06:28:50 +0000
committerRoger Dingledine <arma@torproject.org>2006-10-07 06:28:50 +0000
commitf2bd0e2f16944de3b3c8722fb9412ad60d0fae2c (patch)
treeee2176a6ba2a62879e963f522c029f54d7b003d3 /src/common/log.c
parent4f3827f1d1365fa8da9f014463d8f3e6acce6b6c (diff)
downloadtor-f2bd0e2f16944de3b3c8722fb9412ad60d0fae2c.tar
tor-f2bd0e2f16944de3b3c8722fb9412ad60d0fae2c.tar.gz
more minor cleanups
svn:r8630
Diffstat (limited to 'src/common/log.c')
-rw-r--r--src/common/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.c b/src/common/log.c
index 945d45e9d..8cd7716ba 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)
{