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/secure_boot_check.cpp b/secure_boot_check.cpp
index b9ad361..c5f6dd8 100644
--- a/secure_boot_check.cpp
+++ b/secure_boot_check.cpp
@@ -54,7 +54,7 @@
auto bus = sdbusplus::bus::new_default();
phosphor::state::manager::utils::createError(
bus, "xyz.openbmc_project.State.Error.TpmMeasurementFail",
- sdbusplus::xyz::openbmc_project::Logging::server::Entry::Level::
+ sdbusplus::server::xyz::openbmc_project::logging::Entry::Level::
Error,
additionalData);
}
@@ -182,7 +182,7 @@
auto bus = sdbusplus::bus::new_default();
phosphor::state::manager::utils::createError(
bus, "xyz.openbmc_project.State.Error.SecurityCheckFail",
- sdbusplus::xyz::openbmc_project::Logging::server::Entry::Level::
+ sdbusplus::server::xyz::openbmc_project::logging::Entry::Level::
Warning,
additionalData);
}