From c13406530ebd9c07553ab99fb40a070565446a8d Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 13 Dec 2016 17:50:02 +0100 Subject: Improved debug output. --- common/bufferadaptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/bufferadaptor.h b/common/bufferadaptor.h index f6994d7..0ae7bf5 100644 --- a/common/bufferadaptor.h +++ b/common/bufferadaptor.h @@ -66,7 +66,7 @@ public: virtual QVariant getProperty(const QByteArray &key) const { if (!mValues.contains(key)) { - qWarning() << "Tried to read value that is not avialable; Did you forget to call Query::request?"; + qWarning() << "Tried to read value that is not available; Did you forget to call Query::request? Property: " << key; return QVariant{}; } return mValues.value(key); -- cgit v1.2.3