mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Update util.d
* Clarify messaging
This commit is contained in:
parent
e88245b06b
commit
7722b1af5e
1 changed files with 1 additions and 1 deletions
|
|
@ -1076,7 +1076,7 @@ void displayFileSystemErrorMessage(string message, string callingFunction, strin
|
|||
}
|
||||
|
||||
ulong freeTarget = to!ulong(getAvailableDiskSpace(targetProbePath));
|
||||
addLogEntry(" Disk Space (Path): " ~ to!string(freeTarget) ~ " bytes available (probe: " ~ targetProbePath ~ ")");
|
||||
addLogEntry(" Disk Space (Path): " ~ to!string(freeTarget) ~ " bytes available (parent path: " ~ targetProbePath ~ ")");
|
||||
|
||||
// Preserve existing behaviour: if disk space check returns 0, force exit.
|
||||
// (Assumes getAvailableDiskSpace returns 0 on a hard failure in your implementation.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue