Skip to content

Commit 493b4a3

Browse files
committed
Typo: increase line's loglevel in CcmBridge
1 parent 8e24371 commit 493b4a3

File tree

1 file changed

+1
-1
lines changed
  • test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/ccm

1 file changed

+1
-1
lines changed

test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/ccm/CcmBridge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public class CcmBridge implements AutoCloseable {
151151
static {
152152
Map<String, String> envMap = Maps.newHashMap(new ProcessBuilder().environment());
153153
if (SCYLLA_ENABLEMENT) {
154-
LOG.info("Overriding distribution variable because 'ccm.scylla = true' was passed");
154+
LOG.debug("Overriding distribution variable because 'ccm.scylla = true' was passed");
155155
DISTRIBUTION = BackendType.SCYLLA;
156156

157157
if (SCYLLA_ENTERPRISE) {

0 commit comments

Comments
 (0)