diff options
author | teor <teor2345@gmail.com> | 2014-10-23 02:35:46 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2014-10-23 02:57:11 +1100 |
commit | c9d0967dd9b236254f2f461b7dab3909ee826351 (patch) | |
tree | 92119287269fdce390b249d2c69cd0bbe95c1e6b /src/common/log.c | |
parent | 67fdfcf27c874a64e30776d2e3d2469d0711d9ee (diff) | |
download | tor-c9d0967dd9b236254f2f461b7dab3909ee826351.tar.gz tor-c9d0967dd9b236254f2f461b7dab3909ee826351.zip |
Fix minor typos, two line lengths, and a repeated include
Diffstat (limited to 'src/common/log.c')
-rw-r--r-- | src/common/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/log.c b/src/common/log.c index 4b3817780b..6bdc332e5c 100644 --- a/src/common/log.c +++ b/src/common/log.c @@ -371,8 +371,8 @@ pending_log_message_free(pending_log_message_t *msg) tor_free(msg); } -/** Return true iff <b>lf</b> would like to receive a message with the specified - * <b>severity</b> in the specified <b>domain</b>. +/** Return true iff <b>lf</b> would like to receive a message with the + * specified <b>severity</b> in the specified <b>domain</b>. */ static INLINE int logfile_wants_message(const logfile_t *lf, int severity, |