summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/errlmanager.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/errl/errlmanager.C')
-rw-r--r--src/usr/errl/errlmanager.C9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/usr/errl/errlmanager.C b/src/usr/errl/errlmanager.C
index a3a8c5f12..3ae08dde2 100644
--- a/src/usr/errl/errlmanager.C
+++ b/src/usr/errl/errlmanager.C
@@ -436,9 +436,6 @@ void ErrlManager::errlogMsgHndlr ()
// error log handle to pass along
errlHndl_t l_err = (errlHndl_t) theMsg->extra_data;
- // Decide if we need to skip the error log
- setErrlSkipFlag(l_err);
-
// Ask the ErrlEntry to assign commit component, commit time
l_err->commit( (compId_t) theMsg->data[0] );
@@ -782,6 +779,12 @@ void errlCommit(errlHndl_t& io_err, compId_t i_committerComp )
return;
}
+// Global function (not a method on an object) to get the hidden logs flag.
+uint8_t getHiddenLogsEnable( )
+{
+ return ERRORLOG::theErrlManager::instance().iv_hiddenErrLogsEnable;
+}
+
///////////////////////////////////////////////////////////////////////////////
// Global function (not a method on an object) to commit the error log.
void ErrlManager::errlResourceReady(errlManagerNeeds i_needs)
OpenPOWER on IntegriCloud