Anonymize "target dir after options".

This commit is contained in:
Fabian Schlenz 2018-04-16 05:59:28 +02:00
parent 4c6c049502
commit b1e9346203
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class CommandLineController(val options: CommandLineOptions) {
// Setup file_base
logger.debug("Target dir from Config: {}", Config.TARGET_DIR.anonymize())
target_dir = options.get("target") ?: Config.TARGET_DIR
logger.debug("Target dir after options: {}", target_dir)
logger.debug("Target dir after options: {}", target_dir.anonymize())
println("Base directory for files: ${target_dir.anonymize()}")
if (options.isSet("list_accounts")) {