Change devicemanager finished info from warning to default debug

This commit is contained in:
Simon Stürz 2019-04-03 14:14:18 +02:00 committed by Michael Zanetti
parent 87595faf6d
commit aabebcfac9

View File

@ -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...