Update onedrive.d

* Add more debug
This commit is contained in:
abraunegg 2023-07-10 16:56:15 +02:00
parent 4c8e2cb3af
commit 086cfab797

View file

@ -1046,6 +1046,9 @@ final class OneDriveApi
http.addRequestHeader("Content-Type", "application/json");
JSONValue response;
// Debug output of the subscription URL
log.vdebug("Subsription URL: ", url);
try {
response = post(url, request.toString());
} catch (OneDriveException e) {