~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to src/songinfo/echonestimages.cpp

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
*/
17
17
 
18
18
#include "echonestimages.h"
 
19
#include "core/logging.h"
19
20
 
20
21
#include <echonest/Artist.h>
21
22
 
48
49
  try {
49
50
    request->artist_->parseProfile(reply);
50
51
  } catch (Echonest::ParseError e) {
51
 
    qWarning() << "Error parsing echonest reply:" << e.errorType() << e.what();
 
52
    qLog(Warning) << "Error parsing echonest reply:" << e.errorType() << e.what();
52
53
  }
53
54
 
54
55
  foreach (const Echonest::ArtistImage& image, request->artist_->images()) {