Adjustments for consistency

This commit is contained in:
CrushedPixel
2018-12-06 14:18:55 +01:00
parent a7ec6524b7
commit 7c3fcd4e42
4 changed files with 22 additions and 23 deletions

View File

@@ -147,7 +147,7 @@ public class YoutubeUploader {
CommandLine commandLine = new CommandLine(settings.getExportCommandOrDefault());
commandLine.addArguments(args);
LOGGER.info("Re-encoding for metadata injection with {} {}", settings.getExportCommand(), args);
LOGGER.info("Re-encoding for metadata injection with {} {}", commandLine.getExecutable(), args);
Process process = new ProcessBuilder(commandLine.toStrings()).directory(outputFile.getParentFile()).start();
final AtomicBoolean active = new AtomicBoolean(true);