Make a kDebug line more helpful

If the operation wasn't known, say what was asked for, not just what
was allowed.
This commit is contained in:
Alex Merry 2012-04-27 21:48:35 +01:00
parent dd378ebead
commit 4f5974104a

View File

@ -237,7 +237,7 @@ ServiceJob *Service::startOperationCall(const KConfigGroup &description, QObject
job = createJob(op, params);
}
} else {
kDebug() << "Not a valid group!"<<d->config->groupList();
kDebug() << op << "is not a valid group; valid groups are:" << d->config->groupList();
}
if (!job) {