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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user