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