scripts: tizen: sd_fusing_*.sh: Change a message to notcie 54/300654/1
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 27 Oct 2023 06:26:46 +0000 (15:26 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 31 Oct 2023 00:07:03 +0000 (09:07 +0900)
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 <jh80.chung@samsung.com>
scripts/tizen/sd_fusing_rpi3.sh
scripts/tizen/sd_fusing_rpi4.sh
scripts/tizen/sd_fusing_vf2.sh

index 9467414..92d2a8a 100755 (executable)
@@ -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
index 9bffb00..947a326 100755 (executable)
@@ -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
index 810dfb4..af1dfb1 100755 (executable)
@@ -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