From 3eeab24a534366dfcdc560d58a0a060c04e7c51e Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 9 Sep 2010 23:19:23 +0000 Subject: Downgrade syslog priority of a few messages svn path=/rpkid/rpki/https.py; revision=3444 --- rpkid/tests/smoketest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpkid/tests') diff --git a/rpkid/tests/smoketest.py b/rpkid/tests/smoketest.py index ba171bc4..56c3f40b 100644 --- a/rpkid/tests/smoketest.py +++ b/rpkid/tests/smoketest.py @@ -966,7 +966,7 @@ class allocation(object): signer = subprocess.Popen(cmd, stdin = subprocess.PIPE, stdout = subprocess.PIPE, stderr = subprocess.PIPE) signed = signer.communicate(input = b.pkcs10_request.get_PEM()) if not signed[0]: - rpki.log.error(signed[1]) + rpki.log.warn(signed[1]) raise RuntimeError, "Couldn't issue BSC EE certificate" s.bsc_ee = rpki.x509.X509(PEM = signed[0]) s.bsc_crl = rpki.x509.CRL(PEM_file = s.name + "-SELF.crl") @@ -1196,7 +1196,7 @@ def call_pubd(pdus, cb): cb(msg) def call_pubd_eb(e): - rpki.log.error("Problem calling pubd: %s" % e) + rpki.log.warn("Problem calling pubd: %s" % e) rpki.log.traceback() rpki.https.client( -- cgit v1.2.3