From 7fd19f3f8c62c6defffda8a6dbbc703d877a89e4 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sun, 30 Jun 2024 18:27:39 +1000 Subject: [PATCH] Update onedrive.d * Give better clarity on what thread is being re-tried --- src/onedrive.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/onedrive.d b/src/onedrive.d index d31a9eacf..6583a3ce2 100644 --- a/src/onedrive.d +++ b/src/onedrive.d @@ -1166,7 +1166,7 @@ class OneDriveApi { // re-try log entry & clock time retryTime = Clock.currTime(); retryTime.fracSecs = Duration.zero; - addLogEntry("Retrying the respective Microsoft Graph API call ... (" ~ to!string(retryTime) ~ ")"); + addLogEntry("Retrying the respective Microsoft Graph API call for Internal Thread ID " ~ to!string(curlEngine.internalThreadId) ~ " (Timestamp: " ~ to!string(retryTime) ~ ") ..."); } try {