1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 16:28:51 -05:00

Extra \n for Failure (°_°) error runs as well

This commit is contained in:
Reinhard Pointner 2016-04-12 06:21:28 +00:00
parent 07fe359180
commit 580657aed0

View File

@ -43,7 +43,7 @@ public class ArgumentProcessor {
}
// script failed with exception -> exit with non-zero exit code (and use positive code to avoid issues with launch4j launcher)
log.finest("Failure (°_°)");
log.finest("Failure (°_°)" + System.lineSeparator());
return 1;
}