Skip to content

Commit

Permalink
src/winusb: copy_filesystem_files: Unify error message style
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁 <[email protected]>
  • Loading branch information
brlin-tw committed Jun 4, 2017
1 parent f4cb140 commit 3135e0d
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 @@ -798,7 +798,7 @@ copy_filesystem_files(){
"${current_size}"
fi
else
echo "Error: Unknown type of '${source_file}'!" >&2
echo_with_color red "${FUNCNAME[0]}: Error: Unknown type of '${source_file}'!" >&2
exit 1
fi

Expand Down

0 comments on commit 3135e0d

Please sign in to comment.