This commit is contained in:
Victor Makarov 2024-09-29 15:43:38 +03:00 committed by GitHub
commit d57b530648
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,7 +138,7 @@ Device::Device(Receiver* receiver, hidpp::DeviceIndex index,
}
void Device::_init() {
logPrintf(INFO, "Device found: %s on %s:%d", name().c_str(),
logPrintf(INFO, "Device found: \"%s\" on %s:%d", name().c_str(),
hidpp20().devicePath().c_str(), _index);
{