MusicBrainzClient: Log message for malformed XML in reply
This commit is contained in:
parent
e756f2d686
commit
89831f8dca
@ -165,6 +165,10 @@ void MusicBrainzClient::DiscIdRequestFinished(const QString& discid,
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (reader.hasError()) {
|
||||
qLog(Error) << "Received a reply from musicbrainz.org for" << discid
|
||||
<< " but the XML was not well-formed.";
|
||||
}
|
||||
|
||||
// If we parsed a year, copy it to the tracks.
|
||||
if (year > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user