Use s.c_str() in log messages

Partly Resolves openbmc/openbmc 2905

Tested: static_assert only

Change-Id: I9a97938e62ba4c285ef1f4fae36012e26f2e5170
Signed-off-by: Joseph Reynolds <jrey@us.ibm.com>
1 file changed
tree: 99075735297800f0f156113ce966b75d35837fce
  1. test/
  2. .clang-format
  3. .gitignore
  4. bootstrap.sh
  5. condense_policy.py
  6. configure.ac
  7. create_error_reports.py
  8. dbus.cpp
  9. dbus.hpp
  10. interfaces.hpp
  11. LICENSE
  12. main.cpp
  13. Makefile.am
  14. manager.cpp
  15. manager.hpp
  16. policy_find.cpp
  17. policy_find.hpp
  18. policy_table.cpp
  19. policy_table.hpp
  20. README.md
README.md

Provides IBM specific error logging functionality.

To Build

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`.