Skip to content

Commit

Permalink
Show path to log file when running daps --debug
Browse files Browse the repository at this point in the history
Fixes #154
  • Loading branch information
fsundermeyer committed Mar 7, 2024
1 parent 0af91a9 commit f8d01b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/daps_functions
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,9 @@ function call_make {
$MAKE_CMD
fi
fi
if [[ 1 -eq $WRITE_LOG && 1 -eq $DEBUG ]]; then
ccecho "info" "Find the log file at\n$LOGFILE"
fi
}

##########################################################
Expand Down

0 comments on commit f8d01b7

Please sign in to comment.