More verbose logging

yay
This commit is contained in:
Salt 2020-05-15 03:19:31 -05:00
parent dddc92f6fb
commit eb89a9343b

View File

@ -430,7 +430,7 @@ step_execute() {
if gettarget "$file"; then
# It's a defaults file with a selected target
target="$_return"
log "$filename: \"$target\""
log "Found target for $filename: \"$target\""
[ -n "$_optdryrun" ] && continue
if [ -f "$logfile" ]; then
[ -f "$logfile.old" ] && rm "$logfile.old"