diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java b/src/main/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java index 1fad61dd7..841a610a0 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java @@ -260,9 +260,9 @@ public class WeblogicDeploymentTool extends GenericDeploymentTool { } if (oldCMP) { - log("The old method for locating CMP files has been DEPRECATED.", Project.MSG_INFO); + log("The old method for locating CMP files has been DEPRECATED.", Project.MSG_VERBOSE); log("Please adjust your weblogic descriptor and set oldCMP=\"false\" " + - "to use the new CMP descriptor inclusion mechanism. ", Project.MSG_INFO); + "to use the new CMP descriptor inclusion mechanism. ", Project.MSG_VERBOSE); // The the weblogic cmp deployment descriptor File weblogicCMPDD = new File(getDescriptorDir(), ddPrefix + WL_CMP_DD);