Update onedrive.d

* Update PR
This commit is contained in:
abraunegg 2023-07-16 05:56:55 +10:00
parent 586ac8380c
commit 0be03edcb5

View file

@ -422,7 +422,10 @@ final class OneDriveApi
// SharePoint Queries
log.vdebug("Configured siteSearchUrl: ", siteSearchUrl);
log.vdebug("Configured siteDriveUrl: ", siteDriveUrl);
// Webhook Queries
log.vdebug("Configured subscriptionUrl: ",subscriptionUrl);
// Configure the User Agent string
if (cfg.getValueString("user_agent") == "") {
// Application User Agent string defaults
@ -1051,7 +1054,7 @@ final class OneDriveApi
http.addRequestHeader("Content-Type", "application/json");
JSONValue response;
// Debug output of the subscription URL
// Debug output of the subscription URL we are using for this action
log.vdebug("Subsription URL: ", url);
try {