bodewig 02/02/19 01:03:27
Modified: src/main/org/apache/tools/ant/taskdefs Zip.java
Log:
fix inconsistency in log levels.
Revision Changes Path
1.63 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Zip.java
Index: Zip.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Zip.java,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- Zip.java 19 Feb 2002 07:51:12 -0000 1.62
+++ Zip.java 19 Feb 2002 09:03:27 -0000 1.63
@@ -143,7 +143,7 @@
Project.MSG_ERR);
log("Be aware that the effect of using the file attribute depends
on",
- Project.MSG_ERR);
+ Project.MSG_WARN);
log("the phase of the moon.", Project.MSG_WARN);
int phase = DateUtils.getPhaseOfMoon(Calendar.getInstance());
if (phase == 4) {
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>