From 4f5974104acd0898c667af99f29b049ce7344039 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Fri, 27 Apr 2012 21:48:35 +0100 Subject: [PATCH] Make a kDebug line more helpful If the operation wasn't known, say what was asked for, not just what was allowed. --- service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.cpp b/service.cpp index 3846e817d..84378dbf9 100644 --- a/service.cpp +++ b/service.cpp @@ -237,7 +237,7 @@ ServiceJob *Service::startOperationCall(const KConfigGroup &description, QObject job = createJob(op, params); } } else { - kDebug() << "Not a valid group!"<config->groupList(); + kDebug() << op << "is not a valid group; valid groups are:" << d->config->groupList(); } if (!job) {