diff options
| author | Patrick Williams <patrick@stwcx.xyz> | 2017-04-19 07:52:29 -0500 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2017-04-19 07:52:32 -0500 |
| commit | 02d96758b1fffbccdda0e4fbb2d49ebf2647be96 (patch) | |
| tree | 31c427038f328c9ba93af2a6b3b1f5d5bc139635 | |
| parent | ba6f50cde819e1b662ec1516c873d76ea572d90f (diff) | |
| download | sdbusplus-02d96758b1fffbccdda0e4fbb2d49ebf2647be96.tar.gz sdbusplus-02d96758b1fffbccdda0e4fbb2d49ebf2647be96.zip | |
exception: change org to xyz
The InvalidEnumString has a DBus identifier as org instead of
xyz. Since our domain name is openbmc-project.xyz, this
should be xyz.openbmc_project.
Change-Id: I6d2a83d3ba8c5d39c6176aa6a12aae607eb08a8c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
| -rw-r--r-- | sdbusplus/exception.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdbusplus/exception.hpp b/sdbusplus/exception.hpp index 54ba16b..37dbac9 100644 --- a/sdbusplus/exception.hpp +++ b/sdbusplus/exception.hpp @@ -26,12 +26,12 @@ struct internal_exception : public exception struct InvalidEnumString final : public internal_exception { static constexpr auto errName = - "org.openbmc_project.sdbusplus.Error.InvalidEnumString"; + "xyz.openbmc_project.sdbusplus.Error.InvalidEnumString"; static constexpr auto errDesc = "An enumeration mapping was attempted for which no valid enumeration " "value exists."; static constexpr auto errWhat = - "org.openbmc_project.sdbusplus.Error.InvalidEnumString: " + "xyz.openbmc_project.sdbusplus.Error.InvalidEnumString: " "An enumeration mapping was attempted for which no valid enumeration " "value exists."; |

