Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ private void reloadPlatformServiceCache() throws RegistryResolutionException, IO
}
if (platformServiceCacheRef.get() != null
&& platformServiceCacheRef.get().platformTimestamp().equals(platformTimestamp)) {
LOG.log(Level.INFO, "The platform cache is up to date with the registry");
LOG.log(Level.DEBUG, "The platform cache is up to date with the registry");
return;
}
Collection<Platform> platforms = platformCatalog.getPlatforms();
Expand Down
Loading