From 6fbfb00018874e1dd1de865e7c8c7b7dd5a6fd95 Mon Sep 17 00:00:00 2001 From: "Evgeny Alekseev (IBS Group)" Date: Thu, 15 Sep 2022 16:57:55 +0300 Subject: IBS: Fix logging brakedown after bmcweb bump --- .../interfaces/bmcweb/0003-IBS-Add-redfish2phosphor-logs.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ibs/meta-common/recipes-phosphor/interfaces/bmcweb/0003-IBS-Add-redfish2phosphor-logs.patch b/meta-ibs/meta-common/recipes-phosphor/interfaces/bmcweb/0003-IBS-Add-redfish2phosphor-logs.patch index 4dec7e09e8..015aad4c10 100644 --- a/meta-ibs/meta-common/recipes-phosphor/interfaces/bmcweb/0003-IBS-Add-redfish2phosphor-logs.patch +++ b/meta-ibs/meta-common/recipes-phosphor/interfaces/bmcweb/0003-IBS-Add-redfish2phosphor-logs.patch @@ -251,7 +251,7 @@ index 00000000..1bd51cac + + for (auto& m : strsplit_args) + BMCWEB_LOG_DEBUG << m; -+ redfish::registries::fillMessageArgs(strsplit_args, string_msg); ++ string_msg = redfish::registries::fillMessageArgs(strsplit_args, string_msg); + BMCWEB_LOG_DEBUG << string_msg; + try + { -- cgit v1.2.3