Home
last modified time | relevance | path

Searched refs:highestPriorityFound (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_logging_utils.cpp146 int highestPriorityFound{-1}; in getExceptionToLog() local
183 if (priority >= highestPriorityFound) in getExceptionToLog()
185 highestPriorityFound = priority; in getExceptionToLog()