diff options
author | jackpoz <giacomopoz@gmail.com> | 2019-04-28 17:53:19 +0200 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2019-04-28 17:53:19 +0200 |
commit | 37478c5ac1efb8e4f19ffc94f444e160600c7b27 (patch) | |
tree | beaa6dfe98a724848aa60853eb955a2ecfb97cbd /src | |
parent | 25bcb1a0b2d9326519d9226dfe968caf26bb4e2d (diff) |
Core/CrashHandler: Update placeholder text
Diffstat (limited to 'src')
-rw-r--r-- | src/common/Debugging/WheatyExceptionReport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Debugging/WheatyExceptionReport.cpp b/src/common/Debugging/WheatyExceptionReport.cpp index 4f091c19143..db2d050794f 100644 --- a/src/common/Debugging/WheatyExceptionReport.cpp +++ b/src/common/Debugging/WheatyExceptionReport.cpp @@ -1503,7 +1503,7 @@ std::string SymbolDetail::ToString() if (!Value.empty()) { if (Name == "passwd" || Name == "password") - Value = "<sensible data>"; + Value = "<sensitive data>"; formatted += " = " + Value; } return formatted; |