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}"); } } }