Don't print a warning when nymead is not running.

Most users use this standalone and they keep on blaming this message
if something isn't working while it is in fact not a problem at all
if this isn't around.
dont-warn-on-nymead-missing
Michael Zanetti 2022-03-29 19:35:53 +02:00
parent 74586578ce
commit b32e7dbe8f
1 changed files with 1 additions and 1 deletions

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;
}