mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Linux/MacOSX: Always add the source location when system exception occur in order to help diagnose users issues.
This commit is contained in:
@@ -340,10 +340,9 @@ namespace VeraCrypt
|
|||||||
message << L"\n\n" << LangString["ERR_HARDWARE_ERROR"];
|
message << L"\n\n" << LangString["ERR_HARDWARE_ERROR"];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
if (sysEx && sysEx->what())
|
if (sysEx && sysEx->what())
|
||||||
message << L"\n\n" << StringConverter::ToWide (sysEx->what());
|
message << L"\n\n" << StringConverter::ToWide (sysEx->what());
|
||||||
#endif
|
|
||||||
return message;
|
return message;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user