From 067f449de439a1c2ad3f3f9064e14cd57a55d00b Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 25 Sep 2009 00:22:43 +0200 Subject: Cleaning some unuseful kDebug(s)... --- src/webpluginfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webpluginfactory.cpp') diff --git a/src/webpluginfactory.cpp b/src/webpluginfactory.cpp index 52268c3e..5ec6ad55 100644 --- a/src/webpluginfactory.cpp +++ b/src/webpluginfactory.cpp @@ -73,7 +73,7 @@ QObject *WebPluginFactory::create(const QString &mimeType, // this let QtWebKit using builtin plugins // to load in example flash contents and so on.. - kDebug() << "No plugins found for" << mimeType; + kDebug() << "No plugins found for" << mimeType << ". Falling back to QtWebKit ones..."; return 0; } -- cgit v1.2.1