Add debugging for --get-O365-drive-id (#462)

* Add debugging for --get-O365-drive-id
This commit is contained in:
abraunegg 2019-04-10 20:26:21 +10:00 committed by GitHub
parent 92d2f14f15
commit f12bcfb650
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2204,6 +2204,7 @@ final class SyncEngine
foreach (searchResult; siteQuery["value"].array) {
// Need an 'exclusive' match here with o365SharedLibraryName as entered
log.vdebug("Found O365 Site: ", searchResult);
if (o365SharedLibraryName == searchResult["displayName"].str){
// 'displayName' matches search request
site_id = searchResult["id"].str;