|
@@ -94,8 +94,7 @@ public class Trash extends Configured {
|
|
|
Trash trash = new Trash(fullyResolvedFs, conf);
|
|
|
boolean success = trash.moveToTrash(fullyResolvedPath);
|
|
|
if (success) {
|
|
|
- System.out.println("Moved: '" + p + "' to trash at: " +
|
|
|
- trash.getCurrentTrashDir() );
|
|
|
+ LOG.info("Moved: '" + p + "' to trash at: " + trash.getCurrentTrashDir());
|
|
|
}
|
|
|
return success;
|
|
|
}
|