From 0fd87cd84eee6b67acc9641f1c0cabfa7570819f Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Mon, 8 Jun 2015 13:44:28 -0700 Subject: [PATCH] Turn off timer based logging --- src/comm/LinkManager.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/comm/LinkManager.cc b/src/comm/LinkManager.cc index 879bfdc65..eb4dabf44 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? -- 2.22.0