summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-ibs/meta-common/recipes-phosphor/interfaces/bmcweb/0003-IBS-Add-redfish2phosphor-logs.patch2
1 files changed, 1 insertions, 1 deletions
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
+ {