Browse Source

fix inconsistency in log levels.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271423 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
70b9a92855
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Zip.java

+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/Zip.java View File

@@ -143,7 +143,7 @@ public class Zip extends MatchingTask {
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) {


Loading…
Cancel
Save