Skip to content

Commit 3c4ca04

Browse files
update logging
1 parent c8c8f52 commit 3c4ca04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/chromadb/src/main/java/org/testcontainers/chromadb/ChromaDBContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private static boolean isVersion2(String version) {
5151
return true;
5252
}
5353

54-
log.warn("Version {} is not a semantic version,", version);
54+
log.warn("Version {} less than 1.0.0 or not a semantic version", version);
5555
return false;
5656
}
5757
}

0 commit comments

Comments
 (0)