commit | 49434b63c7f6203c62cbb72d8d875f17e5370d5f | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Mon Jan 10 16:58:47 2022 +0300 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu Jan 27 22:18:36 2022 +0000 |
tree | a9671394e212b7b11b003e8f3b03dd008740b7d3 | |
parent | 8265af21b016b5b80c51cd8d6b4dad396000eca5 [diff] |
Don't fail on empty SEL list If SEL list is empty, "GetSubTreePaths" method call to the "xyz.openbmc_project.ObjectMapper" interface produces exception "xyz.openbmc_project.Common.Error.ResourceNotFound". As it is fine for the SEL log to be empty, this exception needs special handling in the code. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: If7ecfee7c404aff079dadaaec27401c9c17daa6f
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.