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

Commit a3de0fb8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "[VCP] Improve ccc logging" into main

parents ac20377c 938a0fbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -620,8 +620,8 @@ class VolumeControlImpl : public VolumeControl {
      return;
    }

    LOG(INFO) << __func__
              << "Successfully register for indications: " << loghex(handle);
    LOG_INFO("Successfully registered on ccc: 0x%04x, device: %s", handle,
             ADDRESS_TO_LOGGABLE_CSTR(device->address));

    verify_device_ready(device, handle);
  }