commit | a42ee6be9b65c30505e53a7311f1be8494a06b65 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Feb 03 08:49:22 2023 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Feb 03 08:49:24 2023 -0600 |
tree | 1e7925bbb54ee31297cf595c54ac19630c10d239 | |
parent | ffa76e59f81feee67bdbf47f4df94baf72742c0d [diff] |
channel-config: reduce logspam If a channel isn't configured in the channel_config, it is initialized with `isChValid = false`, which effectively disables it. Unfortunately, the code was also emitting a warning log for every possible channel. On Bletchley I was observing tens of these log messages every few seconds, which is not particularly helpful. Delete the logspam. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie130c8eb891476e26f25cafce94cb6522bc3a66e
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