From 9c98ccc1a671a6bf28a9c549e53ba68ffbcda423 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Fri, 27 Oct 2023 15:26:46 +0900 Subject: [PATCH] scripts: tizen: sd_fusing_*.sh: Change a message to notcie These scripts will be deprecated in future. Chnage an information message from "Warning" to "Notice". These scripts can be still using. Change-Id: I4cc1c56fc326cc7eb056b02ddf62167ac784443d Signed-off-by: Jaehoon Chung --- scripts/tizen/sd_fusing_rpi3.sh | 2 +- scripts/tizen/sd_fusing_rpi4.sh | 2 +- scripts/tizen/sd_fusing_vf2.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/tizen/sd_fusing_rpi3.sh b/scripts/tizen/sd_fusing_rpi3.sh index 9467414..92d2a8a 100755 --- a/scripts/tizen/sd_fusing_rpi3.sh +++ b/scripts/tizen/sd_fusing_rpi3.sh @@ -478,7 +478,7 @@ while test $# -ne 0; do esac done -print_message 3 "WARNING: This script is deprecated. Please use sd_fusing.py instead." +print_message 3 "NOTICE: This script will is deprecated. Please use sd_fusing.py instead." echo check_args diff --git a/scripts/tizen/sd_fusing_rpi4.sh b/scripts/tizen/sd_fusing_rpi4.sh index 9bffb00..947a326 100755 --- a/scripts/tizen/sd_fusing_rpi4.sh +++ b/scripts/tizen/sd_fusing_rpi4.sh @@ -598,7 +598,7 @@ while test $# -ne 0; do esac done -print_message 3 "WARNING: This script is deprecated. Please use sd_fusing.py instead." +print_message 3 "NOTICE: This script will is deprecated. Please use sd_fusing.py instead." echo check_args diff --git a/scripts/tizen/sd_fusing_vf2.sh b/scripts/tizen/sd_fusing_vf2.sh index 810dfb4..af1dfb1 100755 --- a/scripts/tizen/sd_fusing_vf2.sh +++ b/scripts/tizen/sd_fusing_vf2.sh @@ -469,7 +469,7 @@ while test $# -ne 0; do esac done -print_message 3 "WARNING: This script is deprecated. Please use sd_fusing.py instead." +print_message 3 "NOTICE: This script will be deprecated. Please use sd_fusing.py instead." echo check_args -- 2.7.4