diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2015-08-06 22:06:41 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-08-10 14:50:18 -0500 |
| commit | 69262b80495d705baf5e9759beab6f113481405b (patch) | |
| tree | ea6c4a8a95ac5ff697c85dceafc9ee203de4fb1a /src/usr/ipmi/runtime | |
| parent | 26a72f82cc3ab02bc486b99e2e3dd7ddfcc3b099 (diff) | |
| download | talos-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/runtime')
| -rw-r--r-- | src/usr/ipmi/runtime/rt_ipmirp.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/ipmi/runtime/rt_ipmirp.C b/src/usr/ipmi/runtime/rt_ipmirp.C index 670cb31d4..f3bb8c714 100644 --- a/src/usr/ipmi/runtime/rt_ipmirp.C +++ b/src/usr/ipmi/runtime/rt_ipmirp.C @@ -111,7 +111,7 @@ namespace IPMI "Failed sending ipmi msg (%x:%x) to bmc rc: %d. ", i_cmd.first, i_cmd.second, rc); - /* @errorlog tag + /*@ * @errortype ERRL_SEV_UNRECOVERABLE * @moduleid IPMI::MOD_IPMIRT * @reasoncode IPMI::RC_INVALID_SENDRECV |

