diff options
| author | Monte Copeland <copelanm@us.ibm.com> | 2011-11-02 13:56:28 -0500 |
|---|---|---|
| committer | Monte K. Copeland <copelanm@us.ibm.com> | 2011-11-02 14:30:51 -0500 |
| commit | b7ecd3ccb7b64c8d6dec1d0d2f452f4ee5ce8828 (patch) | |
| tree | dd67745a3ec47a58fadc36642aa8e21898788f0c /src/usr/xscom/xscom.C | |
| parent | 8455f7a9f2e388c29abebc9bf18d657c11d5e27f (diff) | |
| download | blackbird-hostboot-b7ecd3ccb7b64c8d6dec1d0d2f452f4ee5ce8828.tar.gz blackbird-hostboot-b7ecd3ccb7b64c8d6dec1d0d2f452f4ee5ce8828.zip | |
Errl commit with component ID
Change-Id: Ic8fcd3c69330878e8e7a75ba6ba9d3c60aca6251
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/482
Tested-by: Jenkins Server
Reviewed-by: Mark W. Wenning <wenning@us.ibm.com>
Reviewed-by: Monte K. Copeland <copelanm@us.ibm.com>
Diffstat (limited to 'src/usr/xscom/xscom.C')
| -rw-r--r-- | src/usr/xscom/xscom.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/xscom/xscom.C b/src/usr/xscom/xscom.C index cdc17a76c..0f84b1da0 100644 --- a/src/usr/xscom/xscom.C +++ b/src/usr/xscom/xscom.C @@ -596,7 +596,7 @@ errlHndl_t xscomPerformOp(DeviceFW::OperationType i_opType, { l_err->setSev(ERRORLOG::ERRL_SEV_INFORMATIONAL); // Commit/delete error - errlCommit(l_err); + errlCommit(l_err,XSCOM_COMP_ID); } } } |

