2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-07 12:00:14 +00:00

change message to W as warning message

This commit is contained in:
Casandra Qiu
2016-10-12 11:24:19 -04:00
parent 3c98adf3d1
commit 6dbb558cce

View File

@@ -256,10 +256,10 @@ sub bmcdiscovery_processargs {
}
if ($::opt_T) {
my $msg = "WARN: The -t option is deprecated and will be ignored";
my $msg = "The -t option is deprecated and will be ignored";
my $rsp = {};
push @{ $rsp->{data} }, "$msg";
xCAT::MsgUtils->message("I", $rsp, $::CALLBACK);
xCAT::MsgUtils->message("W", $rsp, $::CALLBACK);
}
scan_process($::opt_M, $::opt_R, $::opt_Z, $::opt_W, $request_command);