From 356a91d6d759a7ea93ab260f3a69e9aa14455496 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 5 Feb 2010 12:49:18 +0000 Subject: [PATCH] -Fix reventlog output to have nodename correctly git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5162 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/ipmi.pm.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm.2 b/xCAT-server/lib/xcat/plugins/ipmi.pm.2 index b38c714a0..694154e14 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm.2 +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm.2 @@ -3030,7 +3030,7 @@ sub got_sel { } else { if ($sessdata->{fullsel}) { - sendmsg($rc,$text); + sendmsg($text,$sessdata->{node}); } else { push(@{$sessdata->{selentries}},$text); }