Skip to content

Commit

Permalink
Improve log message
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo42 authored and manusa committed Aug 30, 2024
1 parent f10f525 commit b9a8534
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public List<Class<? extends HasMetadata>> findCustomResourceClasses() {
.map(customResourceClassLoader::loadCustomResourceClass)
.collect(Collectors.toList());

log.debug("Found {} custom resource classes after filtering", customResourceClasses.size());
log.debug("Retained {} custom resource classes after filtering", customResourceClasses.size());
return customResourceClasses;
}

Expand Down

0 comments on commit b9a8534

Please sign in to comment.