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

Commit cc99edd3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[VCP] Improve ccc logging" into main am: a3de0fb8

parents 791c2b47 a3de0fb8
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);
  }