aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-09-29 22:33:28 +0000
committerNick Mathewson <nickm@torproject.org>2006-09-29 22:33:28 +0000
commit174c3dc6b7d571e33b384a976e23c838cf2bfa80 (patch)
treef98adaa7fa63d11c8e336318d0079e0bfa517c8a /Makefile.am
parent8058a608381ffc77de211d0936f8883809238b64 (diff)
downloadtor-174c3dc6b7d571e33b384a976e23c838cf2bfa80.tar
tor-174c3dc6b7d571e33b384a976e23c838cf2bfa80.tar.gz
r9021@Kushana: nickm | 2006-09-29 16:58:41 -0400
Add a perl script and a make target to find and check for duplicate log messages at level notice or higher. svn:r8539
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e6c491e42..ace32946d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,3 +63,6 @@ check-spaces:
src/common/[^as]*.c \
src/or/[^et]*.[ch] src/or/t*.c src/or/eventdns_tor.h
+check-logs:
+ ./contrib/checkLogs.pl \
+ src/*/*.[ch] | sort -n