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:
parent
dd378ebead
commit
4f5974104a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user