Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dcb00f89 authored by Grzegorz Kołodziejczyk's avatar Grzegorz Kołodziejczyk Committed by Grzegorz Kolodziejczyk
Browse files

le_audio: update logging of coding format

Fix simple syntax issue for logging coding format value.

Tag: #Bug
Bug: 340506964
Test: m Bluetooth
Flag: Exempt, trivial fix
Change-Id: I6902a40f9d21bb8eeed3613e3926c3a35e46461f
parent dde70384
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -587,7 +587,7 @@ static bool IsCodecConfigSettingSupported(
  const auto& codec_id = codec_config_setting.id;
  if (codec_id != pac.codec_id) return false;

  log::debug(": Settings for format: 0x%02x ", codec_id.coding_format);
  log::debug(": Settings for format: 0x{:#02x} ", codec_id.coding_format);

  if (utils::IsCodecUsingLtvFormat(codec_id)) {
    log::assert_that(