Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Mar 12, 2021
1 parent 37c07f3 commit 92878c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cleaner.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ func readClusterListFromCLIArgument(clusters string) (ClusterList, int, error) {
improperClusterCounter++
}
}
log.Info().Int(numberOfClustersToDelete, len(clusterList)).Msg("Cluster list finished")
log.Info().Int(improperClusterEntries, improperClusterCounter).Msg("Cluster list finished")
log.Info().Int(numberOfClustersToDelete, len(clusterList)).Msg(clusterListFinished)
log.Info().Int(improperClusterEntries, improperClusterCounter).Msg(clusterListFinished)

return clusterList, improperClusterCounter, nil
}
Expand Down

0 comments on commit 92878c2

Please sign in to comment.