-Clean up message when rinv has an issue
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6829 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
83d2b08c88
commit
fcda11b29c
@ -2112,7 +2112,7 @@ sub add_fruhash {
|
||||
my $err;
|
||||
($err,$fruhash) = parsefru($sessdata->{currfrudata});
|
||||
if ($err) {
|
||||
sendmsg([1,"Error reading fru area $err".$sessdata->{currfruid}]);
|
||||
sendmsg([1,"Error reading fru area ".$sessdata->{currfruid}.": $err"]);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user