aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2019-04-28 17:53:19 +0200
committerjackpoz <giacomopoz@gmail.com>2019-04-28 17:53:19 +0200
commit37478c5ac1efb8e4f19ffc94f444e160600c7b27 (patch)
treebeaa6dfe98a724848aa60853eb955a2ecfb97cbd /src
parent25bcb1a0b2d9326519d9226dfe968caf26bb4e2d (diff)
Core/CrashHandler: Update placeholder text
Diffstat (limited to 'src')
-rw-r--r--src/common/Debugging/WheatyExceptionReport.cpp2
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;