2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

polish log_debug

This commit is contained in:
bybai 2015-12-22 01:39:55 -05:00
parent fb1ec18a9b
commit c1d1d4f7f8

View File

@ -108,9 +108,7 @@ function log_info {
#
######################################################
function log_debug {
local __msg="$*"
$log_print_cmd $log_print_arg "[I]: $__msg" >&2
return 0
log_info "$@"
}
####################################################