From 580657aed00e8bb64094a820dd841909dc1baf33 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Tue, 12 Apr 2016 06:21:28 +0000 Subject: [PATCH] =?UTF-8?q?Extra=20\n=20for=20Failure=20(=C2=B0=5F=C2=B0)?= =?UTF-8?q?=20error=20runs=20as=20well?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/net/filebot/cli/ArgumentProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/net/filebot/cli/ArgumentProcessor.java b/source/net/filebot/cli/ArgumentProcessor.java index 782cd0dd..d6b7a7f1 100644 --- a/source/net/filebot/cli/ArgumentProcessor.java +++ b/source/net/filebot/cli/ArgumentProcessor.java @@ -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; }