From 1128c9a1ad0ee5790fc2a0c6e7d55bca6da2ce89 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 17 Jan 2022 19:11:36 +0100 Subject: [PATCH] copr-backend: cleanup subscriptions typo --- .../copr/backend/templates/cleanup-unused-redhat-subscriptions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/cleanup-unused-redhat-subscriptions b/roles/copr/backend/templates/cleanup-unused-redhat-subscriptions index 2b3b3a9ad0..b172ef3f2c 100644 --- a/roles/copr/backend/templates/cleanup-unused-redhat-subscriptions +++ b/roles/copr/backend/templates/cleanup-unused-redhat-subscriptions @@ -99,7 +99,7 @@ def get_systems(opts): if not found: break - LOG.debug("Found %s systems (%s in total)", found, len(found)) + LOG.debug("Found %s systems (%s in total)", found, len(all_systems)) # randomize the order, so we can parallelize this random.shuffle(all_systems)