[Facebook] add more debug when we are not able to create a new album

This commit is contained in:
Guillaume GARDET 2017-10-23 15:12:15 +02:00 committed by Dirk Hohndel
parent 780cead23a
commit ee1e03c774

View file

@ -164,6 +164,7 @@ void FacebookManager::facebookAlbumCreated()
return;
} else {
qCDebug(lcFacebook) << "It was not possible to create the album with name" << fbInfo.albumName;
qCDebug(lcFacebook).noquote() << "Reply was: " << QString(albumsDoc.toJson(QJsonDocument::Indented));
}
}