From f17a6fd24bab751f00b361249b7d2129108e335d Mon Sep 17 00:00:00 2001 From: Paul Harrison Date: Sun, 5 May 2013 13:25:13 +0100 Subject: [PATCH] mythnews: fix debugging in NewsSite::parseRSS() --- mythplugins/mythnews/mythnews/newssite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythplugins/mythnews/mythnews/newssite.cpp b/mythplugins/mythnews/mythnews/newssite.cpp index e25cb6dfd9a..80423ac7eba 100644 --- a/mythplugins/mythnews/mythnews/newssite.cpp +++ b/mythplugins/mythnews/mythnews/newssite.cpp @@ -425,7 +425,7 @@ void NewsSite::parseRSS(QDomDocument domDoc) url = mediaElement.attributeNode("url").value(); LOG(VB_GENERAL, LOG_DEBUG, - QString("parseRSS found media:content: medium: %1, type: %2, url: 3") + QString("parseRSS found media:content: medium: %1, type: %2, url: %3") .arg(medium).arg(type).arg(url)); // if this is an image use it as the thumbnail if we haven't found one yet