mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 22:43:25 +00:00
[Facebook] add more debug when we are not able to create a new album
This commit is contained in:
parent
780cead23a
commit
ee1e03c774
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue