Skip to content

Commit

Permalink
mythnews: fix debugging in NewsSite::parseRSS()
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Harrison committed May 5, 2013
1 parent dae0837 commit f17a6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythplugins/mythnews/mythnews/newssite.cpp
Expand Up @@ -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
Expand Down

0 comments on commit f17a6fd

Please sign in to comment.