Description
HADOOP-1540 added the ability to exclude files for copy by comparing each file to a set of Java regex patterns. If the file matches a given patch it will be excluded from the copy listing. However, this patch failed to update the debug logging to report when files are excluded from the copy listing.