commit | 8fb5b89ac71ec9c344ff3c030b84a209f09e1b1c | [log] [tgz] |
---|---|---|
author | Alexander Hansen <alexander.hansen@9elements.com> | Thu Nov 02 17:29:34 2023 +0100 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Thu May 09 15:53:46 2024 +0000 |
tree | 51be41e8b8b762d75974e547a7d3ecb3fab844ec | |
parent | e11895fd80d47fe24faaf04d9fe91e2ed206a214 [diff] |
prevent logspam from getObjectInterfaces prevent logspam from "Failed to GetObject". The function does not print anymore and its caller can print an error if needed. The error defaults to phosphor::logging::level::DEBUG since it's looping over the associations. Therefore, failure in one codepath does not constitute an error. Tested: logspam is gone. Change-Id: Ie800181ff80ed56846815ea377f347a784d49521 Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage