Fix Entries path to point to Systems/system
The corrected Entries path for the CPU LogService did not get
updated with the move from Managers/bmc to Systems/system, so
this change fixes it.
Tested: Checked that the Entries path points to Systems/system
and that it correctly leads to the Entries resource.
Change-Id: I1897d43a428408c7a9f16d06747f3654bc8a7e35
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
diff --git a/redfish-core/lib/log_services.hpp b/redfish-core/lib/log_services.hpp
index d15837d..61cbd9e 100644
--- a/redfish-core/lib/log_services.hpp
+++ b/redfish-core/lib/log_services.hpp
@@ -946,7 +946,7 @@
asyncResp->res.jsonValue["MaxNumberOfRecords"] = 3;
asyncResp->res.jsonValue["Entries"] = {
{"@odata.id",
- "/redfish/v1/Managers/bmc/LogServices/CpuLog/Entries"}};
+ "/redfish/v1/Systems/system/LogServices/CpuLog/Entries"}};
asyncResp->res.jsonValue["Actions"] = {
{"Oem",
{{"#CpuLog.Immediate",