fix for bug 3937: return 1 when lsdef <object> can not find the object

This commit is contained in:
ligc 2014-03-14 17:02:47 -05:00
parent df3239cbb5
commit 6f79aead61

View File

@ -3408,7 +3408,7 @@ sub defls
my $rsp;
$rsp->{data}->[0] =
"Could not find an object named \'$obj\' of type \'$type\'.";
xCAT::MsgUtils->message("I", $rsp, $::callback);
xCAT::MsgUtils->message("E", $rsp, $::callback);
next;
}
}