Skip to content

Commit

Permalink
TODO added for future function arguments on debug_mode=2
Browse files Browse the repository at this point in the history
  • Loading branch information
v1s1t0r1sh3r3 committed Feb 21, 2017
1 parent 828219a commit 8a5d47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgeddon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3971,7 +3971,7 @@ function debug_print() {
return 1
fi

echo "Line:${BASH_LINENO[1]}" "${FUNCNAME[1]}" # "${@}" to print parameters
echo "Line:${BASH_LINENO[1]}" "${FUNCNAME[1]}" #TODO "${@}" to print parameters
return 0
fi
}
Expand Down

0 comments on commit 8a5d47c

Please sign in to comment.