From f9b609635cd13ded4fde1767966ad4023bec8c2b Mon Sep 17 00:00:00 2001 From: Andrew Linck Date: Wed, 23 Oct 2024 14:31:39 -0400 Subject: [PATCH] Update xStatus.cs ConvertCodecPreset Debug Console formatting --- .../Essentials Devices Common/VideoCodec/CiscoCodec/xStatus.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/essentials-framework/Essentials Devices Common/Essentials Devices Common/VideoCodec/CiscoCodec/xStatus.cs b/essentials-framework/Essentials Devices Common/Essentials Devices Common/VideoCodec/CiscoCodec/xStatus.cs index 2d8e903a..378640d8 100644 --- a/essentials-framework/Essentials Devices Common/Essentials Devices Common/VideoCodec/CiscoCodec/xStatus.cs +++ b/essentials-framework/Essentials Devices Common/Essentials Devices Common/VideoCodec/CiscoCodec/xStatus.cs @@ -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; }