mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Replaced <removed> with (removed) for the log cleanser so it doesn't mess with forums.
This commit is contained in:
parent
a22c0499d5
commit
a5077b0b1b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ namespace NzbDrone.Common.Instrumentation
|
|||
var value = m.Value;
|
||||
foreach (var capture in m.Groups["secret"].Captures.OfType<Capture>().Reverse())
|
||||
{
|
||||
value = value.Replace(capture.Index - m.Index, capture.Length, "<removed>");
|
||||
value = value.Replace(capture.Index - m.Index, capture.Length, "(removed)");
|
||||
}
|
||||
|
||||
return value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue