diff --git a/src/PepperDash.Essentials.Core/Room/IHasDestinationList.cs b/src/PepperDash.Essentials.Core/Room/IHasDestinationList.cs
index bab1b3d2..bd605ad4 100644
--- a/src/PepperDash.Essentials.Core/Room/IHasDestinationList.cs
+++ b/src/PepperDash.Essentials.Core/Room/IHasDestinationList.cs
@@ -6,7 +6,7 @@ namespace PepperDash.Essentials.Core
///
/// Interface for rooms with a list of destinations
///
- public interface IHasDestinationList
+ public interface IHasDestinations
{
///
/// Gets the dictionary of destinations.
diff --git a/src/PepperDash.Essentials.Core/Routing/RoutingFeedbackManager.cs b/src/PepperDash.Essentials.Core/Routing/RoutingFeedbackManager.cs
index e5d61bfd..c72b31ff 100644
--- a/src/PepperDash.Essentials.Core/Routing/RoutingFeedbackManager.cs
+++ b/src/PepperDash.Essentials.Core/Routing/RoutingFeedbackManager.cs
@@ -255,7 +255,7 @@ namespace PepperDash.Essentials.Core.Routing
return;
}
- // Debug.LogMessage(Serilog.Events.LogEventLevel.Verbose, "Found room {room} for destination {destination}", this, room.Key, destination.Key);
+ Debug.LogMessage(Serilog.Events.LogEventLevel.Verbose, "Found room {room} for destination {destination}", this, room.Key, destination.Key);
Dictionary sourceList = null;