lib/omb-deprecate: Fix deprecated definitions of "e_*"

This commit is contained in:
Koichi Murase
2022-01-11 10:44:16 +09:00
parent 36ecc0a21f
commit 35952601ad

View File

@@ -24,11 +24,11 @@ is_alias() {
# lib/utils.sh -- Logging functions # lib/utils.sh -- Logging functions
_omb_util_defun_deprecate 20000 type_exists _omb_util_binary_exists _omb_util_defun_deprecate 20000 type_exists _omb_util_binary_exists
_omb_util_defun_deprecate 20000 _omb_log_header e_header _omb_util_defun_deprecate 20000 e_header _omb_log_header
_omb_util_defun_deprecate 20000 _omb_log_arrow e_arrow _omb_util_defun_deprecate 20000 e_arrow _omb_log_arrow
_omb_util_defun_deprecate 20000 _omb_log_success e_success _omb_util_defun_deprecate 20000 e_success _omb_log_success
_omb_util_defun_deprecate 20000 _omb_log_error e_error _omb_util_defun_deprecate 20000 e_error _omb_log_error
_omb_util_defun_deprecate 20000 _omb_log_warning e_warning _omb_util_defun_deprecate 20000 e_warning _omb_log_warning
_omb_util_defun_deprecate 20000 _omb_log_underline e_underline _omb_util_defun_deprecate 20000 e_underline _omb_log_underline
_omb_util_defun_deprecate 20000 _omb_log_bold e_bold _omb_util_defun_deprecate 20000 e_bold _omb_log_bold
_omb_util_defun_deprecate 20000 _omb_log_note e_note _omb_util_defun_deprecate 20000 e_note _omb_log_note