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

Commit 152e04ae authored by Grzegorz Kolodziejczyk's avatar Grzegorz Kolodziejczyk Committed by Gerrit Code Review
Browse files

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

parents a23dddd8 a21989a0
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_));
      }