ipmid: Update sdbuspp namespaces

Fixed all errors when we remove
`SDBUSPP_REMOVE_DEPRECATED_NAMESPACE` in sdbusplus.

Change-Id: I5607585b2709faa7aee347d26e458ef769ca1626
Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/storagehandler.cpp b/storagehandler.cpp
index b9f654c..0057b77 100644
--- a/storagehandler.cpp
+++ b/storagehandler.cpp
@@ -62,12 +62,12 @@
 } // namespace
 
 using InternalFailure =
-    sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure;
+    sdbusplus::error::xyz::openbmc_project::common::InternalFailure;
 using namespace phosphor::logging;
 using namespace ipmi::fru;
-using namespace xyz::openbmc_project::Logging::SEL;
+using namespace xyz::openbmc_project::logging::sel;
 using SELCreated =
-    sdbusplus::xyz::openbmc_project::Logging::SEL::Error::Created;
+    sdbusplus::error::xyz::openbmc_project::logging::sel::Created;
 
 using SELRecordID = uint16_t;
 using SELEntry = ipmi::sel::SELEventRecordFormat;