[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r18258: {tor} Fix typo found by Justin Coffi on or-talk (tor/trunk/src/common)
Author: nickm
Date: 2009-01-23 17:45:08 -0500 (Fri, 23 Jan 2009)
New Revision: 18258
Modified:
tor/trunk/src/common/log.c
Log:
Fix typo found by Justin Coffi on or-talk
Modified: tor/trunk/src/common/log.c
===================================================================
--- tor/trunk/src/common/log.c 2009-01-23 19:17:39 UTC (rev 18257)
+++ tor/trunk/src/common/log.c 2009-01-23 22:45:08 UTC (rev 18258)
@@ -831,7 +831,7 @@
}
d = parse_log_domain(domain);
if (!d) {
- log_warn(LD_CONFIG, "No such loggging domain as %s", domain);
+ log_warn(LD_CONFIG, "No such logging domain as %s", domain);
err = 1;
} else {
if (negate)