Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotal-david-osullivan authored May 5, 2022
1 parent 416fd09 commit ab9e6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/memory_calculator.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func (m MemoryCalculator) CountAgentClasses(opts string) (int, error) {
if err != nil {
return 0, fmt.Errorf("error counting agent jar classes \n%w", err)
} else if skippedAgents > 0 {
m.Logger.Infof(`WARNING: could not count classes from all agent jars (skipped %d), class count and metaspace may not be sized correctly %d`, skippedAgents)
m.Logger.Infof(`WARNING: could not count classes from all agent jars (skipped %d), class count and metaspace may not be sized correctly`, skippedAgents)
}
}
}
Expand Down

0 comments on commit ab9e6fe

Please sign in to comment.