Home
last modified time | relevance | path

Searched hist:"3 d2b0d62" (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-led-manager/fault-monitor/
H A Dfru-fault-monitor.cpp3d2b0d62 Thu Mar 29 08:48:37 CDT 2018 Matt Spinler <spinler@us.ibm.com> Move down error entry trace

It's possible that multiple services can provide the
/xyz/openbmc_project/logging paths, which means the
interfaces added handler can get multiple callbacks
for a single error.

That being the case, move down the trace that shows
the new error log object path until after the code
checks that the association interface is present, as
that interface will only be present on one object.

Another option would have been to remove the trace
completely, but it is fairly useful for debug.

Change-Id: I98659562ef024455762110e20109bf3079b96cbe
Signed-off-by: Matt Spinler <spinler@us.ibm.com>