diff options
Diffstat (limited to 'src/usr/hwas/hwasPlatError.C')
| -rw-r--r-- | src/usr/hwas/hwasPlatError.C | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/usr/hwas/hwasPlatError.C b/src/usr/hwas/hwasPlatError.C index 0b63973dc..fa5a3ccb8 100644 --- a/src/usr/hwas/hwasPlatError.C +++ b/src/usr/hwas/hwasPlatError.C @@ -5,7 +5,7 @@  /*                                                                        */  /* IBM CONFIDENTIAL                                                       */  /*                                                                        */ -/* COPYRIGHT International Business Machines Corp. 2012,2013              */ +/* COPYRIGHT International Business Machines Corp. 2012,2014              */  /*                                                                        */  /* p1                                                                     */  /*                                                                        */ @@ -43,7 +43,7 @@ errlHndl_t hwasError(const uint8_t i_sev,      l_pErr = new ERRORLOG::ErrlEntry(                      (ERRORLOG::errlSeverity_t)i_sev, i_modId, -                    HWAS_COMP_ID | i_reasonCode, +                    i_reasonCode,                      i_user1, i_user2);      l_pErr->collectTrace("HWAS_I");      return l_pErr; | 

