remove IPMI_FRU_PARSER_DEBUG

Since IPMI_FRU_PARSER_DEBUG is no longer used, this commit removes
IPMI_FRU_PARSER_DEBUG and convert logging to lg2::debug.

Change-Id: Ib2ce2bd57aac534e9ad0379f547006ce7ddd864e
Signed-off-by: George Liu <liuxiwei@ieisystem.com>
1 file changed
tree: 33a6d0823745fe35fcb580332a207ccb320fd135
  1. scripts/
  2. subprojects/
  3. .clang-format
  4. .clang-tidy
  5. .gitignore
  6. fru_area.cpp
  7. fru_area.hpp
  8. frup.cpp
  9. frup.hpp
  10. LICENSE
  11. meson.build
  12. meson.options
  13. OWNERS
  14. readeeprom.cpp
  15. README.md
  16. strgfnhandler.cpp
  17. types.hpp
  18. writefrudata.cpp
  19. writefrudata.hpp
README.md

ipmi-fru-parser

Building

To build this package, do the following steps:

meson setup builddir
ninja -C builddir