diff --git a/src/core/song.cpp b/src/core/song.cpp index d3fb9d6a0..51ca319fa 100644 --- a/src/core/song.cpp +++ b/src/core/song.cpp @@ -674,7 +674,7 @@ void Song::InitFromLastFM(const lastfm::Track& track) { break; } default: - qWarning() << "Type" << value << "not handled"; + qWarning() << "Type" << value.type() << "not handled"; Q_ASSERT(0); break; }