From 4bd92fbff3a3f0ae2293d2099254f4b0cd196613 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 13 Dec 2007 04:38:25 +0000 Subject: Basic client revocation, not yet tested svn path=/scripts/Makefile; revision=1378 --- scripts/rpki/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/rpki/log.py') diff --git a/scripts/rpki/log.py b/scripts/rpki/log.py index f8a0844b..e7b95a63 100644 --- a/scripts/rpki/log.py +++ b/scripts/rpki/log.py @@ -27,7 +27,7 @@ notice = logger(syslog.LOG_NOTICE) info = logger(syslog.LOG_INFO) debug = logger(syslog.LOG_DEBUG) -enable_trace = True +enable_trace = False def trace(): """Execution trace -- where are we now, and whence came we here?""" -- cgit v1.2.3