mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 12:20:40 +00:00
-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:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user