From a406c3124486dad7f3ad9886dcf6f188d67e900c Mon Sep 17 00:00:00 2001 From: Marja Hassinen Date: Tue, 9 Nov 2010 15:40:35 +0200 Subject: Fixing some debug/warning inconsistency. --- libcontextsubscriber/src/provider.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libcontextsubscriber/src/provider.cpp b/libcontextsubscriber/src/provider.cpp index 8826575c..b889045b 100644 --- a/libcontextsubscriber/src/provider.cpp +++ b/libcontextsubscriber/src/provider.cpp @@ -383,7 +383,9 @@ void Provider::onPluginValueChanged(QString key, QVariant newValue) Q_EMIT valueChanged(key); } else - contextWarning() << "Received a property not subscribed to:" << key; + // Plugins are allowed to send values which are not subscribed to, but + // only if they get them for free. + contextDebug() << "Received a property not subscribed to:" << key; } TimedValue Provider::get(const QString &key) const -- cgit v1.2.3