mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/CrashHandler: Update placeholder text
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user