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

Commit 3d7f03ed authored by Grzegorz Kolodziejczyk's avatar Grzegorz Kolodziejczyk Committed by Automerger Merge Worker
Browse files

Merge "le_audio: Correct logging for ASE control point" into main am: 152e04ae

parents 6121746d 152e04ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2823,8 +2823,8 @@ class LeAudioClientImpl : public LeAudioClient {
        }

        LOG_INFO(
            "Found ASE characteristic, handle: 0x%04x, ccc handle: 0x%04x, "
            "addr: %s",
            "Found ASE Control Point characteristic, handle: 0x%04x, "
            "ccc handle: 0x%04x, addr: %s",
            charac.value_handle, leAudioDevice->ctp_hdls_.ccc_hdl,
            ADDRESS_TO_LOGGABLE_CSTR(leAudioDevice->address_));
      }