Log plugin loading errors
This commit is contained in:
parent
f417b22fc3
commit
bd44729328
@ -56,6 +56,10 @@ ViewModule::loadSelf()
|
|||||||
ViewManager::instance()->addViewStep( vs );
|
ViewManager::instance()->addViewStep( vs );
|
||||||
m_loaded = true;
|
m_loaded = true;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
cDebug() << Q_FUNC_INFO << m_loader->errorString();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user