diff options
Diffstat (limited to 'src/usr/errl')
-rw-r--r-- | src/usr/errl/errlmanager.C | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr/errl/errlmanager.C b/src/usr/errl/errlmanager.C index 06d78c59c..7bb4e0631 100644 --- a/src/usr/errl/errlmanager.C +++ b/src/usr/errl/errlmanager.C @@ -838,9 +838,7 @@ void ErrlManager::setupPnorInfo() { // Get SPD PNOR section info from PNOR RP PNOR::SectionInfo_t info; - errlHndl_t err = PNOR::getSectionInfo( PNOR::HB_ERRLOGS, - PNOR::CURRENT_SIDE, - info ); + errlHndl_t err = PNOR::getSectionInfo( PNOR::HB_ERRLOGS, info ); if (err) { |