mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
Update xStatus.cs ConvertCodecPreset Debug Console formatting
This commit is contained in:
parent
e7d7b8638e
commit
f9b609635c
1 changed files with 1 additions and 1 deletions
|
|
@ -2206,7 +2206,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
|
||||||
{
|
{
|
||||||
var preset = new CodecRoomPreset(UInt16.Parse(id), Description.Value, Defined.BoolValue, true);
|
var preset = new CodecRoomPreset(UInt16.Parse(id), Description.Value, Defined.BoolValue, true);
|
||||||
|
|
||||||
Debug.Console(2, "Preset ID {0} Converted from Cisco Codec Preset to Essentials Preset");
|
Debug.Console(2, "Preset ID {0} Converted from Cisco Codec Preset to Essentials Preset, id");
|
||||||
|
|
||||||
return preset;
|
return preset;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue