summaryrefslogtreecommitdiffstats
path: root/src/usr/ipmi/ipmirp.C
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2015-08-06 22:06:41 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-08-10 14:50:18 -0500
commit69262b80495d705baf5e9759beab6f113481405b (patch)
treeea6c4a8a95ac5ff697c85dceafc9ee203de4fb1a /src/usr/ipmi/ipmirp.C
parent26a72f82cc3ab02bc486b99e2e3dd7ddfcc3b099 (diff)
downloadtalos-hostboot-69262b80495d705baf5e9759beab6f113481405b.tar.gz
talos-hostboot-69262b80495d705baf5e9759beab6f113481405b.zip
Fix up some malformed error log tags
Change-Id: Ief8c1bca26f2c630cd4699ccc1b8edec67834dfc Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19644 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: Christopher Cain <cjcain@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/ipmi/ipmirp.C')
-rw-r--r--src/usr/ipmi/ipmirp.C10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/ipmi/ipmirp.C b/src/usr/ipmi/ipmirp.C
index 9a9b5060e..fb542bc03 100644
--- a/src/usr/ipmi/ipmirp.C
+++ b/src/usr/ipmi/ipmirp.C
@@ -368,9 +368,9 @@ void IpmiRP::postEvent(IPMI::oemSEL* i_event)
if (rc)
{
- /* @errorlog tag
+ /*@
* @errortype ERRL_SEV_UNRECOVERABLE
- * @moduleid IPMI::MOD_IPMISRV_SEND
+ * @moduleid IPMI::MOD_IPMISRV_POSTEVENT
* @reasoncode IPMI::RC_INVALID_SEND
* @userdata1 rc from msq_send()
* @devdesc msg_send() failed
@@ -378,7 +378,7 @@ void IpmiRP::postEvent(IPMI::oemSEL* i_event)
*/
errlHndl_t err =
new ERRORLOG::ErrlEntry(ERRORLOG::ERRL_SEV_UNRECOVERABLE,
- IPMI::MOD_IPMISRV_SEND,
+ IPMI::MOD_IPMISRV_POSTEVENT,
IPMI::RC_INVALID_SEND,
rc,
0,
@@ -945,7 +945,7 @@ namespace IPMI
// Otherwise, lets make an errl out of our return code
else
{
- /* @errorlog tag
+ /*@
* @errortype ERRL_SEV_UNRECOVERABLE
* @moduleid IPMI::MOD_IPMISRV_SEND
* @reasoncode IPMI::RC_INVALID_SENDRECV
@@ -999,7 +999,7 @@ namespace IPMI
if (rc)
{
- /* @errorlog tag
+ /*@
* @errortype ERRL_SEV_UNRECOVERABLE
* @moduleid IPMI::MOD_IPMISRV_SEND
* @reasoncode IPMI::RC_INVALID_SEND
OpenPOWER on IntegriCloud