When failing to open a device show normal message instead of error
This commit is contained in:
parent
eb81fbdd25
commit
5544bec231
@ -412,7 +412,7 @@ void LibreVNAUSBDriver::SearchDevices(std::function<bool (libusb_device_handle *
|
|||||||
"On Windows this most likely means that you are already connected to "
|
"On Windows this most likely means that you are already connected to "
|
||||||
"this device (is another instance of the application already runnning?)");
|
"this device (is another instance of the application already runnning?)");
|
||||||
qWarning() << message;
|
qWarning() << message;
|
||||||
InformationBox::ShowError("Error opening device", message);
|
InformationBox::ShowMessage("Error opening device", message);
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user