summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/initservice/istepdispatcher/istepdispatcher.C6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/initservice/istepdispatcher/istepdispatcher.C b/src/usr/initservice/istepdispatcher/istepdispatcher.C
index ec71a59cd..a0ca4d4c7 100644
--- a/src/usr/initservice/istepdispatcher/istepdispatcher.C
+++ b/src/usr/initservice/istepdispatcher/istepdispatcher.C
@@ -597,7 +597,11 @@ errlHndl_t IStepDispatcher::executeAllISteps()
// be replaced by the ReconfigLoop info error with the
// same plid that matches the real errors
l_plid = err->plid();
- delete err;
+
+ // Commit the istep log as informational since it
+ // might include some useful information
+ err->setSev(ERRORLOG::ERRL_SEV_INFORMATIONAL);
+ errlCommit(err, INITSVC_COMP_ID);
err = NULL;
}
OpenPOWER on IntegriCloud