-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:
jbjohnso 2010-07-22 15:34:03 +00:00
parent 83d2b08c88
commit fcda11b29c

View File

@ -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;
}
}