mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
fix: remove unnecessary semicolon and format logging message in RoutingFeedbackManager
This commit is contained in:
parent
3762fc120a
commit
69a7276248
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue