We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a380f72 commit e68e7eaCopy full SHA for e68e7ea
qhookermain.cpp
@@ -190,9 +190,9 @@ void qhookerMain::SerialInit()
190
AddNewDevices(newDevices);
191
} else for(const auto &newPort : std::as_const(newDevices)) {
192
if(!validIDs.contains(newPort.vendorIdentifier() | newPort.productIdentifier() << 16)) {
193
- qDebug() << validIDs;
194
printf("%04X:%04X not found in current ports, overriding old serial devices list...\n\n",
195
newPort.vendorIdentifier(), newPort.productIdentifier());
+ PrintDeviceInfo(newDevices);
196
197
break;
198
}
0 commit comments