commit | 313d95b4905d4790fa43194117999e0210d44594 | [log] [tgz] |
---|---|---|
author | Chris Austen <austenc@us.ibm.com> | Sat Oct 31 12:55:30 2015 -0500 |
committer | Chris Austen <austenc@us.ibm.com> | Sat Oct 31 12:55:30 2015 -0500 |
tree | 76b69639565fe3b04aaf265f67eeab2973462c0b | |
parent | 5fc6492ff8882390e55592d776969a094567b0d5 [diff] |
add sel not sending log
diff --git a/storagehandler.C b/storagehandler.C index 359e53f..dc0217e 100644 --- a/storagehandler.C +++ b/storagehandler.C
@@ -182,7 +182,7 @@ ipmi_add_sel_request_t *p = (ipmi_add_sel_request_t*) request; uint16_t recordid; - recordid = ((uint16_t)p->eventdata[2] << 8) | p->eventdata[1]; + recordid = ((uint16_t)p->eventdata[1] << 8) | p->eventdata[2]; printf("IPMI Handling ADD-SEL for record 0x%04x\n", recordid);