We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12cbc24 commit f229cddCopy full SHA for f229cdd
src/main/org/apache/tools/ant/taskdefs/ExecTask.java
@@ -674,7 +674,7 @@ protected final void runExecute(Execute exe) throws IOException {
674
throw new BuildException(getTaskType() + " returned: "
675
+ returnCode, getLocation());
676
}
677
- log("Result: " + returnCode, Project.MSG_ERR);
+ log("Result: " + returnCode, Project.MSG_INFO);
678
679
} else {
680
exe.spawn();
0 commit comments