summaryrefslogtreecommitdiffstats
path: root/control/matches.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'control/matches.hpp')
-rw-r--r--control/matches.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/control/matches.hpp b/control/matches.hpp
index ccacbc4..c3b4006 100644
--- a/control/matches.hpp
+++ b/control/matches.hpp
@@ -14,8 +14,6 @@ namespace match
using namespace phosphor::fan;
using namespace sdbusplus::bus::match;
-using InternalFailure = sdbusplus::xyz::openbmc_project::Common::
- Error::InternalFailure;
/**
* @brief A match function that constructs a PropertiesChanged match string
@@ -77,7 +75,7 @@ inline auto nameOwnerChanged(const std::string& obj, const std::string& iface)
{
noc = rules::nameOwnerChanged(util::SDBusPlus::getService(obj, iface));
}
- catch (const InternalFailure& ife)
+ catch (const util::DBusError& e)
{
// Unable to construct NameOwnerChanged match string
}
OpenPOWER on IntegriCloud