From 10399a1be898b3eb267c525d663fdbb928aaa4eb Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Wed, 22 Oct 2025 13:54:08 -0600 Subject: [PATCH] Update src/PepperDash.Core/Config/PortalConfigReader.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/PepperDash.Core/Config/PortalConfigReader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PepperDash.Core/Config/PortalConfigReader.cs b/src/PepperDash.Core/Config/PortalConfigReader.cs index b048bdc4..41ca2cbd 100644 --- a/src/PepperDash.Core/Config/PortalConfigReader.cs +++ b/src/PepperDash.Core/Config/PortalConfigReader.cs @@ -247,7 +247,7 @@ namespace PepperDash.Core.Config } catch (Exception e) { - Debug.LogError("Cannot merge items at path {propPath}: \r{e}", propPath, e); + Debug.LogError($"Cannot merge items at path {propPath}: \r{e}"); } } }