From 6dbb558cce5129b3187f899d7266546fcd910811 Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Wed, 12 Oct 2016 11:24:19 -0400 Subject: [PATCH] change message to W as warning message --- xCAT-server/lib/xcat/plugins/bmcdiscover.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/bmcdiscover.pm b/xCAT-server/lib/xcat/plugins/bmcdiscover.pm index 80a5cf771..ecf5449f4 100644 --- a/xCAT-server/lib/xcat/plugins/bmcdiscover.pm +++ b/xCAT-server/lib/xcat/plugins/bmcdiscover.pm @@ -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);