Skip to content

Commit

Permalink
clarify log message
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc committed Apr 17, 2018
1 parent f9aa172 commit ce6a47f
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 ce6a47f

Please sign in to comment.