Change devicemanager finished info from warning to default debug

pull/146/head
Simon Stürz 2019-04-03 14:14:18 +02:00 committed by Michael Zanetti
parent 87595faf6d
commit aabebcfac9
1 changed files with 1 additions and 1 deletions

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