From 0be03edcb5db3176b9e269de07944ee8d8cdd0ac Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sun, 16 Jul 2023 05:56:55 +1000 Subject: [PATCH] Update onedrive.d * Update PR --- src/onedrive.d | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/onedrive.d b/src/onedrive.d index bb6db4d1..d9fa31dd 100644 --- a/src/onedrive.d +++ b/src/onedrive.d @@ -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 {