diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-29 22:33:28 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-29 22:33:28 +0000 |
commit | 174c3dc6b7d571e33b384a976e23c838cf2bfa80 (patch) | |
tree | f98adaa7fa63d11c8e336318d0079e0bfa517c8a /Makefile.am | |
parent | 8058a608381ffc77de211d0936f8883809238b64 (diff) | |
download | tor-174c3dc6b7d571e33b384a976e23c838cf2bfa80.tar.gz tor-174c3dc6b7d571e33b384a976e23c838cf2bfa80.zip |
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.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e6c491e424..ace32946d9 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 |