scripts: tizen: sd_fusing_*.sh: Change a message to notcie 61/300561/1 accepted/tizen/8.0/unified/20231031.064251
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 27 Oct 2023 06:26:46 +0000 (15:26 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 27 Oct 2023 06:29:40 +0000 (15:29 +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 94674140e81eca78e9c3869759ab3f8e8c5db47b..92d2a8a0a8d1f60382bbd7e62958172585083f54 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 9bffb0073ae096c6cd29079fc160dbf0290f9041..947a326432ef783251fde8633efdf57afea51566 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 810dfb46c39229820edb7c228a7dc9c71e660458..af1dfb1ef8982a072c8c00529717f8d62e1c73c6 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