Skip to content

Commit e68e7ea

Browse files
committed
Print device info for the second case
1 parent a380f72 commit e68e7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qhookermain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ void qhookerMain::SerialInit()
190190
AddNewDevices(newDevices);
191191
} else for(const auto &newPort : std::as_const(newDevices)) {
192192
if(!validIDs.contains(newPort.vendorIdentifier() | newPort.productIdentifier() << 16)) {
193-
qDebug() << validIDs;
194193
printf("%04X:%04X not found in current ports, overriding old serial devices list...\n\n",
195194
newPort.vendorIdentifier(), newPort.productIdentifier());
195+
PrintDeviceInfo(newDevices);
196196
AddNewDevices(newDevices);
197197
break;
198198
}

0 commit comments

Comments
 (0)