This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch feature/log-starter-with-fork-configuration
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to
refs/heads/feature/log-starter-with-fork-configuration by this push:
new e1e86b28a rephrase logging statement
e1e86b28a is described below
commit e1e86b28affb6f50c1f57ad7bba56e6b37157e30
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Jun 22 09:06:09 2023 +0200
rephrase logging statement
---
.../java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
index e2e8d703b..aa2bbff6d 100644
---
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
+++
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
@@ -1182,7 +1182,7 @@ public abstract class AbstractSurefireMojo extends
AbstractMojo implements Suref
ForkConfiguration forkConfiguration =
createForkConfiguration(platform, resolvedJavaModularityResult);
if (getConsoleLogger().isDebugEnabled()) {
getConsoleLogger()
- .debug("Using fork starter with configuration "
+ .debug("Using fork starter with configuration
implementation "
+ forkConfiguration.getClass().getName());
showMap(getEnvironmentVariables(), "environment variable");
showArray(getExcludedEnvironmentVariables(), "excluded
environment variable");