diff --git a/src/comm/LinkManager.cc b/src/comm/LinkManager.cc index 879bfdc65183181563935c72db304b5e0ed4bc92..eb4dabf44103f272b804ed663c59dcece4b2a2ae 100644 --- a/src/comm/LinkManager.cc +++ b/src/comm/LinkManager.cc @@ -459,6 +459,8 @@ void LinkManager::_updateConfigurationList(void) QList portList = QSerialPortInfo::availablePorts(); // Iterate Comm Ports foreach (QSerialPortInfo portInfo, portList) { +#if 0 + // Too noisy for most logging, so turn on as needed qCDebug(LinkManagerLog) << "-----------------------------------------------------"; qCDebug(LinkManagerLog) << "portName: " << portInfo.portName(); qCDebug(LinkManagerLog) << "systemLocation: " << portInfo.systemLocation(); @@ -466,6 +468,7 @@ void LinkManager::_updateConfigurationList(void) qCDebug(LinkManagerLog) << "manufacturer: " << portInfo.manufacturer(); qCDebug(LinkManagerLog) << "serialNumber: " << portInfo.serialNumber(); qCDebug(LinkManagerLog) << "vendorIdentifier: " << portInfo.vendorIdentifier(); +#endif // Save port name currentPorts << portInfo.systemLocation(); // Is this a PX4 and NOT in bootloader mode?