Skip to content

Commit

Permalink
src/winusb: pulse: Change illegal func. parameter error severity to F…
Browse files Browse the repository at this point in the history
…ATAL

Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 8, 2017
1 parent a779a35 commit b000113
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 @@ -894,7 +894,7 @@ pulse(){
cd /; while true; do sleep 0.05; echo 'pulse'; done &
pulse_current_pid="$!"
elif [ "$1" != 'off' ]; then
echo "${FUNCNAME[0]}: Error: Illegal function parameter" >&2
echo "${FUNCNAME[0]}: FATAL: Illegal function parameter" >&2
exit 1
fi
fi
Expand Down

0 comments on commit b000113

Please sign in to comment.