Merge PR #57: Don't print a warning when nymead is not running.

This commit is contained in:
jenkins 2022-04-24 19:28:04 +02:00
commit ba7c90ff1f

View File

@ -71,7 +71,7 @@ bool NymeadService::available() const
void NymeadService::enableBluetooth(bool enable)
{
if (!m_nymeadHardwareBluetoothInterface) {
qCWarning(dcNymeaService()) << "Could not enable/disable bluetooth hardware resource. D-Bus interface not available.";
qCDebug(dcNymeaService()) << "Could not enable/disable bluetooth hardware resource. D-Bus interface not available.";
return;
}