Merge PR #57: Don't print a warning when nymead is not running.
This commit is contained in:
commit
ba7c90ff1f
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user