Skip to content

Commit a18fb7f

Browse files
committed
Fix a simple logging issue
1 parent 618dc2c commit a18fb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charon/pkgs/pkg_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def invalidate_cf_paths(
116116
if status != INVALIDATION_STATUS_COMPLETED:
117117
non_completed[status] = ids
118118
logger.info(
119-
"The CF invalidating requests done, these following requests "
119+
"The CF invalidating requests done, following requests "
120120
"are not completed yet:\n %s\nPlease use cf-check command to "
121121
"check its details.", non_completed
122122
)

0 commit comments

Comments
 (0)