Log plugin loading errors

This commit is contained in:
Aurélien Gâteau 2014-07-01 12:00:24 +02:00
parent f417b22fc3
commit bd44729328

View File

@ -56,6 +56,10 @@ ViewModule::loadSelf()
ViewManager::instance()->addViewStep( vs );
m_loaded = true;
}
else
{
cDebug() << Q_FUNC_INFO << m_loader->errorString();
}
}
}