Skip to content

Commit

Permalink
Update onedrive.d
Browse files Browse the repository at this point in the history
* Give better clarity on what thread is being re-tried
  • Loading branch information
abraunegg committed Jun 30, 2024
1 parent afa3e11 commit 7fd19f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onedrive.d
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7fd19f3

Please sign in to comment.