Skip to content

Commit

Permalink
src/winusb: trap_return: make message green
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 176b8d5 commit 048ad25
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 "%s: DEBUG: returning from %s\n" "${FUNCNAME[0]}" "${returning_function}" 1>&2
echo_with_color green ""${FUNCNAME[0]}": INFO: returning from ${returning_function}\n" 1>&2
}; declare -fr trap_return

util_is_parameter_set_and_not_empty(){
Expand Down

0 comments on commit 048ad25

Please sign in to comment.