sdbus++: use non-deprecated namespaces
The sdbusplus repository has deprecated some namespaces and they are
currently only enabled with the SDBUSPP_REMOVE_DEPRECATED_NAMESPACE
guard. Switch to the new namespace names.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I9f67e74a02616d8ea2241c18758308f2b669672d
diff --git a/chassis_check_power_status.cpp b/chassis_check_power_status.cpp
index 1045369..c26951a 100644
--- a/chassis_check_power_status.cpp
+++ b/chassis_check_power_status.cpp
@@ -58,7 +58,7 @@
"xyz.openbmc_project.State.ChassisPowerBad";
phosphor::state::manager::utils::createError(
bus, errorMsg,
- sdbusplus::xyz::openbmc_project::Logging::server::Entry::Level::
+ sdbusplus::server::xyz::openbmc_project::logging::Entry::Level::
Critical);
return -1;
}