Skip to content

Commit 4e20d6a

Browse files
committed
Clarifying exception message
1 parent 7596a45 commit 4e20d6a

File tree

1 file changed

+1
-1
lines changed
  • dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/utils

1 file changed

+1
-1
lines changed

dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/utils/PortUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public static void waitForPortToOpen(
124124
+ port
125125
+ " was opened");
126126
} else {
127-
throw new RuntimeException("Process died before port=" + port + " was opened");
127+
throw new RuntimeException("Process finished before port=" + port + " was opened");
128128
}
129129
}
130130

0 commit comments

Comments
 (0)