Not being able to load an applet is worth a kWarning()
Especially since the error message is not exposed anywhere else.
This commit is contained in:
parent
f0ccabbc42
commit
aaa7ea1580
@ -152,7 +152,7 @@ Applet *PluginLoader::loadApplet(const QString &name, uint appletId, const QVari
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!applet) {
|
if (!applet) {
|
||||||
kDebug() << "Couldn't load applet \"" << name << "\"! reason given: " << error;
|
kWarning() << "Could not load applet" << name << "! reason given:" << error;
|
||||||
}
|
}
|
||||||
|
|
||||||
return applet;
|
return applet;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user