mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 19:31:02 +01:00
Fix a release mode compilation error
This commit is contained in:
parent
2deca7fd61
commit
61e1f1b680
@ -54,7 +54,7 @@ void DeviceKitLister::Init() {
|
||||
reply.waitForFinished();
|
||||
|
||||
if (!reply.isValid()) {
|
||||
qWarning() << "Error enumerating DeviceKit-disks devices:" << reply.error();
|
||||
qWarning() << "Error enumerating DeviceKit-disks devices:" << reply.error().name() << reply.error().message();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user