commit | 4f7eec899289775e7754c9fc990d210b32c24535 | [log] [tgz] |
---|---|---|
author | Riya Dixit <riyadixitagra@gmail.com> | Thu Aug 01 15:07:53 2024 -0500 |
committer | ManojKiran Eda <manojkiran.eda@gmail.com> | Wed Aug 14 09:14:41 2024 +0000 |
tree | e75a3cbd43d1c43f08ffa63dfeef997eb0b601be | |
parent | f1e32c170bed67501a172dd6d0e111dc08b6957f [diff] [blame] |
PEL: Adding a few PELs This commit adds some new PELs [1]. [1]: https://gerrit.openbmc.org/c/openbmc/phosphor-logging/+/73483 Change-Id: Ie2b46f966b4df423e7ba76d3507772259d5a8727 Signed-off-by: Riya Dixit <riyadixitagra@gmail.com>
diff --git a/oem/ibm/requester/dbus_to_file_handler.hpp b/oem/ibm/requester/dbus_to_file_handler.hpp index 3af116d..7a0e7fe 100644 --- a/oem/ibm/requester/dbus_to_file_handler.hpp +++ b/oem/ibm/requester/dbus_to_file_handler.hpp
@@ -73,8 +73,9 @@ const uint16_t type); /** @brief report failure that a resource dump has failed + * @param[in] str - Resource dump failure type */ - void reportResourceDumpFailure(); + void reportResourceDumpFailure(const std::string_view& str); /** @brief method to get the acf file contents */ std::string getAcfFileContent();