mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 13:07:18 +00:00
fix: implement PR Review suggestions
This commit is contained in:
parent
bce1e3610e
commit
210b398a13
2 changed files with 3 additions and 19 deletions
|
|
@ -134,7 +134,7 @@ namespace PepperDash.Essentials.Core
|
|||
}
|
||||
// otherwise, audioVideo needs to be handled as two steps.
|
||||
|
||||
Debug.LogMessage(LogEventLevel.Debug, "Attempting to build source route from {sourceKey} of type {type}", destination, source.Key, signalType);
|
||||
Debug.LogMessage(LogEventLevel.Debug, "Attempting to build source route from {destinationKey} to {sourceKey} of type {type}", destination, source.Key, signalType);
|
||||
|
||||
RouteDescriptor audioRouteDescriptor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue