Skip to content

Commit

Permalink
src/winusb: trap_return: print function name first
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 5, 2017
1 parent 9e2a122 commit 176b8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/winusb
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ trap_return(){
util_check_function_parameters_quantity 1 "${#}"
local returning_function="${1}"

printf "DEBUG: %s: returning from %s\n" "${FUNCNAME[0]}" "${returning_function}" 1>&2
printf "%s: DEBUG: returning from %s\n" "${FUNCNAME[0]}" "${returning_function}" 1>&2
}; declare -fr trap_return

util_is_parameter_set_and_not_empty(){
Expand Down

0 comments on commit 176b8d5

Please sign in to comment.