Update PR

* Update PR
This commit is contained in:
abraunegg 2025-12-22 12:33:20 +11:00
commit fbfc7e6d3c

View file

@ -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();
}