diff options
Diffstat (limited to 'src/common/Debugging/WheatyExceptionReport.cpp')
-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; |