Update xStatus.cs ConvertCodecPreset Debug Console formatting

This commit is contained in:
Andrew Linck 2024-10-23 14:31:39 -04:00 committed by GitHub
parent e7d7b8638e
commit f9b609635c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2206,7 +2206,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
{
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;
}