From 69a7276248eb580e99a5eba2fd71ce1205c6f4c3 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Thu, 12 Mar 2026 22:21:16 -0600 Subject: [PATCH] fix: remove unnecessary semicolon and format logging message in RoutingFeedbackManager --- .../Routing/RoutingFeedbackManager.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/PepperDash.Essentials.Core/Routing/RoutingFeedbackManager.cs b/src/PepperDash.Essentials.Core/Routing/RoutingFeedbackManager.cs index 72087451..2ba8bee8 100644 --- a/src/PepperDash.Essentials.Core/Routing/RoutingFeedbackManager.cs +++ b/src/PepperDash.Essentials.Core/Routing/RoutingFeedbackManager.cs @@ -162,7 +162,7 @@ namespace PepperDash.Essentials.Core.Routing }; destination.CurrentSourceInfo = tempSourceListItem; - ; + destination.CurrentSourceInfoKey = "$transient"; return; } @@ -241,9 +241,9 @@ namespace PepperDash.Essentials.Core.Routing if (room == null) { this.LogDebug( - "No room found for display {destination}", - destination.Key - ); + "No room found for display {destination}", + destination.Key + ); return; }