When failing to open a device show normal message instead of error

This commit is contained in:
Jan Käberich 2023-02-17 15:12:34 +01:00
parent eb81fbdd25
commit 5544bec231

View File

@ -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 "
"this device (is another instance of the application already runnning?)");
qWarning() << message;
InformationBox::ShowError("Error opening device", message);
InformationBox::ShowMessage("Error opening device", message);
}
continue;
}