Skip to content

Commit aba1a49

Browse files
committed
changed log message
1 parent d0ae417 commit aba1a49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM azul/zulu-openjdk:24.0.1-jdk AS builder
22
ARG GIT_BRANCH=main
3-
ARG COMMIT_HASH=23895e00
3+
ARG COMMIT_HASH=d0ae417f
44

55
RUN apt-get update -y \
66
&& apt-get install -y ntp \

colormipsearch-tools/src/main/java/org/janelia/colormipsearch/cmd/dataexport/LMCDMatchesExporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public void runExport() {
9090
.entrySet().stream()
9191
.map(indexedPartition -> CompletableFuture.<Void>supplyAsync(() -> {
9292
runExportForTargetIds(indexedPartition.getKey(), indexedPartition.getValue());
93-
LOG.info("Completed partition {}", indexedPartition.getKey());
93+
LOG.info("Finished partition {}", indexedPartition.getKey());
9494
return null;
9595
}, executor))
9696
.collect(Collectors.toList());

0 commit comments

Comments
 (0)