mirror of https://github.com/nymea/nymea.git
Change devicemanager finished info from warning to default debug
parent
87595faf6d
commit
aabebcfac9
|
|
@ -1452,7 +1452,7 @@ void DeviceManager::onAutoDeviceDisappeared(const DeviceId &deviceId)
|
|||
|
||||
void DeviceManager::onLoaded()
|
||||
{
|
||||
qCWarning(dcDeviceManager()) << "Done loading plugins and devices.";
|
||||
qCDebug(dcDeviceManager()) << "Done loading plugins and devices.";
|
||||
emit loaded();
|
||||
|
||||
// schedule some housekeeping...
|
||||
|
|
|
|||
Loading…
Reference in New Issue