a bit more helpful debug output for future such problems
svn path=/trunk/KDE/kdelibs/; revision=905618
This commit is contained in:
parent
2b8a8ceec4
commit
fd093720ef
@ -301,7 +301,7 @@ void Service::registerOperationsScheme()
|
|||||||
QString path = KStandardDirs::locate("data", "plasma/services/" + d->name + ".operations");
|
QString path = KStandardDirs::locate("data", "plasma/services/" + d->name + ".operations");
|
||||||
|
|
||||||
if (path.isEmpty()) {
|
if (path.isEmpty()) {
|
||||||
kDebug() << "Cannot find operations description";
|
kDebug() << "Cannot find operations description:" << d->name << ".operations";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user