-Further clean up the message

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6830 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-07-22 15:37:12 +00:00
parent fcda11b29c
commit 2e261d1cc8

View File

@ -2112,7 +2112,7 @@ sub add_fruhash {
my $err;
($err,$fruhash) = parsefru($sessdata->{currfrudata});
if ($err) {
sendmsg([1,"Error reading fru area ".$sessdata->{currfruid}.": $err"]);
sendmsg([1,":Error reading fru area ".$sessdata->{currfruid}.": $err"]);
return;
}
}