Skip to content

Commit

Permalink
Merge pull request #651 from willingc/log-deletepod
Browse files Browse the repository at this point in the history
clarify log message
  • Loading branch information
minrk authored Apr 18, 2018
2 parents f9aa172 + ce6a47f commit f06a7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/pod-culler/culler
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class PodCuller:
name, self.namespace, client.V1DeleteOptions())
deleted_pods.append(name)

log.info(f'Deleted {len(deleted_pods)}/{len(self.pods)} pods')
log.info(f'Deleted {len(deleted_pods)} pods. Pod count={len(self.pods)}')


REQUIRED = object()
Expand Down

0 comments on commit f06a7af

Please sign in to comment.