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.CurrentSourceInfo = tempSourceListItem;
|
||||||
;
|
|
||||||
destination.CurrentSourceInfoKey = "$transient";
|
destination.CurrentSourceInfoKey = "$transient";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
@ -241,9 +241,9 @@ namespace PepperDash.Essentials.Core.Routing
|
||||||
if (room == null)
|
if (room == null)
|
||||||
{
|
{
|
||||||
this.LogDebug(
|
this.LogDebug(
|
||||||
"No room found for display {destination}",
|
"No room found for display {destination}",
|
||||||
destination.Key
|
destination.Key
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue