Skip to content

Commit b34489c

Browse files
author
querwurzel
committed
log initial date
1 parent 69224d3 commit b34489c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mersenne/primenet/imports/application/BootstrapService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void run(ApplicationArguments args) {
4646
BootstrapService.this.bootstrapAnnualImports();
4747
BootstrapService.this.bootstrapDailyImports();
4848
}
49-
log.info("Bootstrapping complete");
49+
log.info("Bootstrapping complete since {}", importStart);
5050
System.gc();
5151
}
5252
};

0 commit comments

Comments
 (0)