From a18fb7f77c34b2b8ac8ff8e6e6b33956e8896af7 Mon Sep 17 00:00:00 2001 From: Gang Li Date: Thu, 11 Apr 2024 21:29:48 +0800 Subject: [PATCH] Fix a simple logging issue --- charon/pkgs/pkg_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charon/pkgs/pkg_utils.py b/charon/pkgs/pkg_utils.py index c340236e..9325f14b 100644 --- a/charon/pkgs/pkg_utils.py +++ b/charon/pkgs/pkg_utils.py @@ -116,7 +116,7 @@ def invalidate_cf_paths( if status != INVALIDATION_STATUS_COMPLETED: non_completed[status] = ids logger.info( - "The CF invalidating requests done, these following requests " + "The CF invalidating requests done, following requests " "are not completed yet:\n %s\nPlease use cf-check command to " "check its details.", non_completed )