From 3135e0d27ea62603e78009bcd6c146003359e7fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81?= Date: Sun, 4 Jun 2017 10:34:31 +0800 Subject: [PATCH] src/winusb: copy_filesystem_files: Unify error message style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ๆž—ๅšไป --- src/winusb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/winusb b/src/winusb index 3b2f7c6..5eda4bd 100755 --- a/src/winusb +++ b/src/winusb @@ -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