2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 20:30:56 +00:00

remove the log message "snooze for 1 second" in bmcsetup

This commit is contained in:
ertaozh
2017-06-28 01:51:34 -04:00
parent 77aa3b1bd5
commit 554c35924e

View File

@ -99,7 +99,6 @@ function snooze() {
logger -s -t $log_label -p local4.debug "OpenPOWER, snooze for 30 seconds..."
sleep 30
else
logger -s -t $log_label -p local4.debug "snooze for 1 second..."
sleep 1
fi
}