(cherry picked from commit c31cb879a3595f76d01408e6d066a0bde20be043)
@@ -171,6 +171,7 @@ public class Mover {
return ExitStatus.ILLEGAL_ARGUMENTS;
} catch (IOException e) {
System.out.println(e + ". Exiting ...");
+ LOG.error(e + ". Exiting ...");
return ExitStatus.IO_EXCEPTION;
} finally {
dispatcher.shutdownNow();