From 9c688ea237336411961d74cb6eca579080fc39f6 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 28 Aug 2014 18:24:32 +0000 Subject: Turn CMS debugging back off. svn path=/branches/tk705/; revision=5939 --- rpki/x509.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpki/x509.py b/rpki/x509.py index 2c7b5e5c..da949305 100644 --- a/rpki/x509.py +++ b/rpki/x509.py @@ -1404,7 +1404,7 @@ class CMS_object(DER_object): ## @var debug_cms_certs # Set this to True to log a lot of chatter about CMS certificates. - debug_cms_certs = True + debug_cms_certs = False ## @var dump_using_dumpasn1 # Set this to use external dumpasn1 program, which is prettier and -- cgit v1.2.3