a bit more helpful debug output for future such problems

svn path=/trunk/KDE/kdelibs/; revision=905618
This commit is contained in:
Aaron J. Seigo 2009-01-04 18:12:27 +00:00
parent 2b8a8ceec4
commit fd093720ef

View File

@ -301,7 +301,7 @@ void Service::registerOperationsScheme()
QString path = KStandardDirs::locate("data", "plasma/services/" + d->name + ".operations");
if (path.isEmpty()) {
kDebug() << "Cannot find operations description";
kDebug() << "Cannot find operations description:" << d->name << ".operations";
return;
}