From 95f6e07614f93002ff7a85086baf4cadf159e4c8 Mon Sep 17 00:00:00 2001 From: ertaozh Date: Mon, 11 Sep 2017 23:17:51 -0400 Subject: [PATCH] Remove the log to output Disabling VLAN configuration information --- xCAT-genesis-scripts/bin/bmcsetup | 1 - 1 file changed, 1 deletion(-) diff --git a/xCAT-genesis-scripts/bin/bmcsetup b/xCAT-genesis-scripts/bin/bmcsetup index ce25520ea..7b712a0d9 100755 --- a/xCAT-genesis-scripts/bin/bmcsetup +++ b/xCAT-genesis-scripts/bin/bmcsetup @@ -369,7 +369,6 @@ fi if [ "$BMCVLAN" = off ]; then TRIES=0 - logger -s -t $log_label -p local4.info "Disabling VLAN configuration in the BMC..." while ! ipmitool raw 0xc 1 $LANCHAN 0x14 0 0; do snooze let TRIES=TRIES+1