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
1 changed files with 1 additions and 1 deletions

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) // 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; return 1;
} }