Skip to content

Commit 39b4dce

Browse files
committed
clarify RepositoriesPopulatedEvent log message
the populator is done, but that does not necessarily mean any repositories were actually populated
1 parent c7f111b commit 39b4dce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/fairdatapoint/config/BootstrapConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public Jackson2RepositoryPopulatorFactoryBean repositoryPopulator() {
113113
public class RepositoriesPopulatedEventListener implements ApplicationListener<RepositoriesPopulatedEvent> {
114114
@Override
115115
public void onApplicationEvent(@NotNull RepositoriesPopulatedEvent event) {
116-
log.info("Repositories populated");
116+
log.info("Repository populator finished.");
117117
// Create fixture history records for all resources that have been applied.
118118
// Note: This assumes that all items in the resources list have been *successfully* applied. However, I'm
119119
// not sure if this can be guaranteed. If it does turn out to be a problem, we could try e.g. extending the

0 commit comments

Comments
 (0)