debug: add details on notify failure

There can be more than one service providing this method, therefore
output what service failed, and additionally the path.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I44232418849ac435689a7859aa0baeb3aec5bc90
1 file changed
tree: 24229b0544e716af2fc1b12884c3f437af99e0ad
  1. scripts/
  2. .clang-format
  3. .gitignore
  4. bootstrap.sh
  5. configure.ac
  6. fru_area.cpp
  7. fru_area.hpp
  8. frup.cpp
  9. frup.hpp
  10. LICENSE
  11. MAINTAINERS
  12. Makefile.am
  13. readeeprom.cpp
  14. README.md
  15. strgfnhandler.cpp
  16. types.hpp
  17. writefrudata.cpp
  18. writefrudata.hpp
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.