Change devicemanager finished info from warning to default debug
This commit is contained in:
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...
|
||||
|
||||
Reference in New Issue
Block a user