From 488357b3c7e41068f899637cc1479fbe76959f49 Mon Sep 17 00:00:00 2001 From: jMyles Date: Wed, 15 Jul 2020 16:38:15 -0700 Subject: [PATCH] This log message was confusing. --- nucypher/characters/lawful.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucypher/characters/lawful.py b/nucypher/characters/lawful.py index a7f35d7f7..61673a559 100644 --- a/nucypher/characters/lawful.py +++ b/nucypher/characters/lawful.py @@ -779,7 +779,7 @@ class Bob(Character): alice_verifying_key=alice_verifying_key, *capsules_to_activate) - self.log.info(f"Found {len(complete_work_orders)} for this Capsule ({capsule}).") + self.log.debug(f"Found {len(complete_work_orders)} complete WorkOrders for this Capsule ({capsule}).") if complete_work_orders: if use_precedent_work_orders: