Browse Source

Copydir shouldn't warn that it is doing what is requested

Submitted by: Glenn Twiggs <Glenn_Twiggs@bmc.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267554 13f79535-47bb-0310-9956-ffa450edef68
master
Sam Ruby 25 years ago
parent
commit
fd883b6209
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Copydir.java

+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/Copydir.java View File

@@ -146,8 +146,8 @@ public class Copydir extends Task {
}
}
} else {
project.log("Copydir Ignored: " + filename, Project.MSG_WARN);
project.log("Copydir Ignored: " + filename, Project.MSG_VERBOSE);
}
}
}
}
}

Loading…
Cancel
Save