mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Update PR
* Update PR
This commit is contained in:
parent
435a56ae94
commit
fbfc7e6d3c
1 changed files with 1 additions and 1 deletions
|
|
@ -1124,7 +1124,7 @@ void displayFileSystemErrorMessage(string message, string callingFunction, strin
|
|||
// Add note for FATAL messages
|
||||
if (headerPrefix == "FATAL") {
|
||||
addLogEntry();
|
||||
addLogEntry("NOTE: This error is fatal; the client cannot continue and this issue must be corrected before retrying.");
|
||||
addLogEntry("NOTE: This error is fatal; the client cannot continue and this issue must be corrected before retrying. The client will now attempt to exit in a safe and orderly manner.");
|
||||
addLogEntry();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue